Searched defs:SurrogatePairAwareTextIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.cpp24 #include "platform/text/SurrogatePairAwareTextIterator.h"
33 SurrogatePairAwareTextIterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endCharacter) function in class:WebCore::SurrogatePairAwareTextIterator
41 bool SurrogatePairAwareTextIterator::consumeSlowCase(UChar32& character, unsigned& clusterLength)
75 UChar32 SurrogatePairAwareTextIterator::normalizeVoicingMarks()
H A DSurrogatePairAwareTextIterator.h30 class PLATFORM_EXPORT SurrogatePairAwareTextIterator { class in namespace:WebCore
34 SurrogatePairAwareTextIterator(const UChar*, int currentCharacter, int lastCharacter, int endCharacter);

Completed in 162 milliseconds