findNextLineStart 1350 Source/wtf/text/StringImpl.cpp return WTF::findNextLineStart(characters8(), m_length, index); findNextLineStart 1351 Source/wtf/text/StringImpl.cpp return WTF::findNextLineStart(characters16(), m_length, index); findNextLineStart 373 Source/wtf/text/StringImpl.h size_t findNextLineStart(unsigned index = UINT_MAX); findNextLineStart 539 Source/wtf/text/StringImpl.h inline size_t findNextLineStart(const CharacterType* characters, unsigned length, unsigned index = 0) findNextLineStart 228 Source/wtf/text/WTFString.h size_t findNextLineStart(unsigned start = 0) const findNextLineStart 229 Source/wtf/text/WTFString.h { return m_impl ? m_impl->findNextLineStart(start) : kNotFound; }