TextContext       186 Source/platform/text/TextBreakIteratorICU.cpp static inline TextContext textGetContext(const UText* text, int64_t nativeIndex, UBool forward)
TextContext       195 Source/platform/text/TextBreakIteratorICU.cpp static inline TextContext textLatin1GetCurrentContext(const UText* text)
TextContext       300 Source/platform/text/TextBreakIteratorICU.cpp     TextContext currentContext = textLatin1GetCurrentContext(text);
TextContext       301 Source/platform/text/TextBreakIteratorICU.cpp     TextContext newContext = textGetContext(text, nativeIndex, forward);
TextContext       359 Source/platform/text/TextBreakIteratorICU.cpp static inline TextContext textUTF16GetCurrentContext(const UText* text)
TextContext       423 Source/platform/text/TextBreakIteratorICU.cpp     TextContext currentContext = textUTF16GetCurrentContext(text);
TextContext       424 Source/platform/text/TextBreakIteratorICU.cpp     TextContext newContext = textGetContext(text, nativeIndex, forward);