Searched refs:utext_current32 (Results 1 – 18 of 18) sorted by relevance
136 c = utext_current32(uta); in TestAPI()141 c = utext_current32(uta); in TestAPI()146 c = utext_current32(uta); in TestAPI()178 c = utext_current32(uta); in TestAPI()
62 UChar32 c = utext_current32(text); in findBreaks()65 c = utext_current32(text); in findBreaks()327 uc = utext_current32(text); in divideUpDictionaryRange()358 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()369 && fSuffixSet.contains(uc = utext_current32(text))) { in divideUpDictionaryRange()377 uc = utext_current32(text); // Fetch next character in divideUpDictionaryRange()563 uc = utext_current32(text); in divideUpDictionaryRange()591 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()759 uc = utext_current32(text); in divideUpDictionaryRange()787 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()[all …]
81 UChar32 c = utext_current32(text); in findBreaks()84 c = utext_current32(text); in findBreaks()
144 UChar32 c = utext_current32(text); in populateDictionary()152 c = utext_current32(text); in populateDictionary()170 c = utext_current32(text); in populateDictionary()
188 utext_current32(UText *ut) { in utext_current32() function261 c = utext_current32(ut); in utext_char32At()
447 utext_current32(UText *ut);689 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
1774 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro
395 utext_current32(UText *ut) __INTRODUCED_IN(31);
276 utext_current32;
289 utext_current32
278 #undef utext_current321064 UChar32 utext_current32(UText * ut) { in utext_current32() function1065 return U_ICU_ENTRY_POINT_RENAME(utext_current32)(ut); in utext_current32()
24 - * inline version of utext_current32(), for performance-critical situations.34 - ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
420 UChar32 nextChar = utext_current32(replacement); in appendReplacement()3185 if (c == 0x0d && utext_current32(fInputText) == 0x0a) { in MatchAt()
478 UChar32 c32 = utext_current32(textToBreak); in setUTF8()