Home
last modified time | relevance | path

Searched refs:firstEnd (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.cpp321 …eKanaLetterAndComposedVoicedSoundMarks(const UChar* first, const UChar* firstEnd, const UChar* sec… in compareKanaLetterAndComposedVoicedSoundMarks() argument
335 if (first == firstEnd || !isCombiningVoicedSoundMark(*first)) { in compareKanaLetterAndComposedVoicedSoundMarks()