Home
last modified time | relevance | path

Searched refs:utext_current32 (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Ddictbe.cpp57 UChar32 c = utext_current32(text); in findBreaks()
70 c = utext_current32(text); in findBreaks()
325 UChar32 pc = utext_current32(text); in divideUpDictionaryRange()
329 uc = utext_current32(text); in divideUpDictionaryRange()
367 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()
378 && fSuffixSet.contains(uc = utext_current32(text))) { in divideUpDictionaryRange()
385 uc = utext_current32(text); // Fetch next character in divideUpDictionaryRange()
558 UChar32 pc = utext_current32(text); in divideUpDictionaryRange()
562 uc = utext_current32(text); in divideUpDictionaryRange()
596 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()
Drbbi.cpp1624 UChar32 c = utext_current32(fText); in checkDictionary()
1637 c = utext_current32(fText); in checkDictionary()
1660 c = utext_current32(fText); in checkDictionary()
1664 c = utext_current32(fText); in checkDictionary()
1678 c = utext_current32(fText); in checkDictionary()
1684 c = utext_current32(fText); in checkDictionary()
1702 c = utext_current32(fText); in checkDictionary()
Dbrkeng.cpp82 UChar32 c = utext_current32(text); in findBreaks()
91 c = utext_current32(text); in findBreaks()
Dtriedict.cpp124 UChar uc = utext_current32(text); in search()
151 uc = utext_current32(text); in search()
474 UChar uc = utext_current32(text); in matches()
504 uc = utext_current32(text); in matches()
525 uc = utext_current32(text); in matches()
Dutext.cpp181 utext_current32(UText *ut) { in utext_current32() function
254 c = utext_current32(ut); in utext_char32At()
/external/icu4c/test/cintltst/
Dutexttst.c129 c = utext_current32(uta); in TestAPI()
134 c = utext_current32(uta); in TestAPI()
139 c = utext_current32(uta); in TestAPI()
171 c = utext_current32(uta); in TestAPI()
/external/icu4c/common/unicode/
Dutext.h464 utext_current32(UText *ut);
846 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
Durename.h1613 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro