Searched refs:TextContext (Results 1 – 1 of 1) sorted by relevance
110 enum TextContext { NoContext, PriorContext, PrimaryContext }; enum185 static inline TextContext textGetContext(const UText* text, int64_t nativeIndex, UBool forward) in textGetContext()194 static inline TextContext textLatin1GetCurrentContext(const UText* text) in textLatin1GetCurrentContext()299 TextContext currentContext = textLatin1GetCurrentContext(text); in textLatin1Access()300 TextContext newContext = textGetContext(text, nativeIndex, forward); in textLatin1Access()358 static inline TextContext textUTF16GetCurrentContext(const UText* text) in textUTF16GetCurrentContext()422 TextContext currentContext = textUTF16GetCurrentContext(text); in textUTF16Access()423 TextContext newContext = textGetContext(text, nativeIndex, forward); in textUTF16Access()