Searched refs:SurrogatePairAwareTextIterator (Results 1 - 17 of 17) 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:blink::SurrogatePairAwareTextIterator
41 bool SurrogatePairAwareTextIterator::consumeSlowCase(UChar32& character, unsigned& clusterLength)
75 UChar32 SurrogatePairAwareTextIterator::normalizeVoicingMarks()
H A DSurrogatePairAwareTextIterator.h30 class PLATFORM_EXPORT SurrogatePairAwareTextIterator { class in namespace:blink
34 SurrogatePairAwareTextIterator(const UChar*, int currentCharacter, int lastCharacter, int endCharacter);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphMap.h27 #include "platform/text/SurrogatePairAwareTextIterator.h"
72 SurrogatePairAwareTextIterator textIterator(unicodeString.characters16(), 0, length, length);
118 SurrogatePairAwareTextIterator textIterator(string.characters16(), 0, length, length);
137 SurrogatePairAwareTextIterator textIterator(string.characters16(), 0, length, length);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthIterator.cpp32 #include "platform/text/SurrogatePairAwareTextIterator.h"
251 SurrogatePairAwareTextIterator textIterator(m_run.data16(m_currentCharacter), m_currentCharacter, offset, length);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp42 #include "platform/text/SurrogatePairAwareTextIterator.h"
621 SurrogatePairAwareTextIterator iterator(normalizedBuffer, 0, bufferLength, bufferLength);
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk406 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.darwin-arm64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.darwin-mips.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.darwin-mips64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.darwin-x86.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.darwin-x86_64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-arm.mk406 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-arm64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-mips.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-mips64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-x86.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
H A Dblink_platform.target.linux-x86_64.mk405 third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \

Completed in 3018 milliseconds