HomeSort by relevance Sort by last modified time
    Searched defs:SurrogatePairAwareTextIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.cpp 24 #include "platform/text/SurrogatePairAwareTextIterator.h"
33 SurrogatePairAwareTextIterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endCharacter)
41 bool SurrogatePairAwareTextIterator::consumeSlowCase(UChar32& character, unsigned& clusterLength)
75 UChar32 SurrogatePairAwareTextIterator::normalizeVoicingMarks()
SurrogatePairAwareTextIterator.h 30 class PLATFORM_EXPORT SurrogatePairAwareTextIterator {
34 SurrogatePairAwareTextIterator(const UChar*, int currentCharacter, int lastCharacter, int endCharacter);

Completed in 62 milliseconds