Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp59 UChar32 c = utext_current32(text); in findBreaks()
62 c = utext_current32(text); in findBreaks()
321 uc = utext_current32(text); in divideUpDictionaryRange()
352 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()
363 && fSuffixSet.contains(uc = utext_current32(text))) { in divideUpDictionaryRange()
371 uc = utext_current32(text); // Fetch next character in divideUpDictionaryRange()
554 uc = utext_current32(text); in divideUpDictionaryRange()
582 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()
747 uc = utext_current32(text); in divideUpDictionaryRange()
775 …os = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) { in divideUpDictionaryRange()
[all …]
Dbrkeng.cpp81 UChar32 c = utext_current32(text); in findBreaks()
84 c = utext_current32(text); in findBreaks()
Drbbi_cache.cpp148 UChar32 c = utext_current32(text); in populateDictionary()
154 c = utext_current32(text); in populateDictionary()
172 c = utext_current32(text); in populateDictionary()
Dutext.cpp186 utext_current32(UText *ut) { in utext_current32() function
259 c = utext_current32(ut); in utext_char32At()
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c132 c = utext_current32(uta); in TestAPI()
137 c = utext_current32(uta); in TestAPI()
142 c = utext_current32(uta); in TestAPI()
174 c = utext_current32(uta); in TestAPI()
/external/icu/libandroidicu/include/unicode/
Dutext.h466 utext_current32(UText *ut);
708 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
Durename.h1713 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h466 utext_current32(UText *ut);
708 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
Durename.h1713 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro
/external/icu/icu4c/source/i18n/
Drematch.cpp418 UChar32 nextChar = utext_current32(replacement); in appendReplacement()
3157 if (c == 0x0d && utext_current32(fInputText) == 0x0a) { in MatchAt()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp445 UChar32 c32 = utext_current32(textToBreak); in setUTF8()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2842 return utext_current32(ut); in utext_current32_android()