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/core/platform/graphics/
SurrogatePairAwareTextIterator.cpp 24 #include "core/platform/graphics/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 29 class SurrogatePairAwareTextIterator {
33 SurrogatePairAwareTextIterator(const UChar*, int currentCharacter, int lastCharacter, int endCharacter);

Completed in 36 milliseconds