/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 64 utext_next32(text); // TODO: recast loop for postincrement in findBreaks() 320 pc = utext_next32(text); in divideUpDictionaryRange() 359 utext_next32(text); in divideUpDictionaryRange() 373 utext_next32(text); in divideUpDictionaryRange() 375 utext_next32(text); in divideUpDictionaryRange() 381 utext_next32(text); in divideUpDictionaryRange() 387 utext_next32(text); in divideUpDictionaryRange() 389 utext_next32(text); in divideUpDictionaryRange() 394 utext_next32(text); in divideUpDictionaryRange() 556 pc = utext_next32(text); in divideUpDictionaryRange() [all …]
|
D | dictionarydata.cpp | 54 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches() 121 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches()
|
D | brkeng.cpp | 83 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
|
D | filteredbrk.cpp | 274 uch = utext_next32(fText.getAlias()); in breakExceptionAt() 315 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
|
D | utext.cpp | 57 c = utext_next32(ut); in utext_moveIndex32() 177 utext_next32(ut); in utext_getPreviousNativeIndex() 269 utext_next32(UText *ut) { in utext_next32() function 371 c = utext_next32(ut); in utext_next32From()
|
D | rbbi_cache.cpp | 151 utext_next32(text); // TODO: cleaner loop structure. in populateDictionary()
|
D | rbbi.cpp | 955 utext_next32(&fText); in handleNext()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 454 utc = utext_next32(targetUT); in TestCopyMove() 531 utc = utext_next32(targetUT); in TestReplace() 617 foundC = utext_next32(ut); in TestAccessNoClone() 625 foundC = utext_next32(ut); in TestAccessNoClone() 1413 UChar c = utext_next32(&ut1); in Ticket5560() 1418 c = utext_next32(&ut2); in Ticket5560() 1420 c = utext_next32(&ut1); in Ticket5560() 1424 c = utext_next32(&ut1); in Ticket5560() 1426 c = utext_next32(&ut2); in Ticket5560() 1450 while ((c = utext_next32(ut)) != U_SENTINEL) { in Ticket6847()
|
D | rbbitst.cpp | 181 UChar32 c = utext_next32(tstr); in printStringBreaks() 483 utext_next32(textToBreak); in setUTF8()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 352 UChar32 c=utext_next32(text); in ucharsTrieMatches() 380 UChar32 c=utext_next32(text); in ucharsTrieMatches() 551 UChar32 c=utext_next32(text); in bytesTrieMatches() 573 UChar32 c=utext_next32(text); in bytesTrieMatches()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 80 c = utext_next32(uta); in TestAPI() 139 c = utext_next32(uta); in TestAPI()
|
D | reapits.c | 113 utc = utext_next32(utext); in equals_utf8_utext() 156 ca = utext_next32(uta); in testUTextEqual() 157 cb = utext_next32(utb); in testUTextEqual()
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
D | urename.h | 1785 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
D | urename.h | 1785 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | utext.h | 419 utext_next32(UText *ut) __INTRODUCED_IN(31);
|
D | urename.h | 1785 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
|
/external/icu/libicu/ |
D | libicu.map.txt | 282 utext_next32;
|
/external/icu/tools/icu4c_srcgen/ |
D | libicu_export.txt | 295 utext_next32
|
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/ |
D | utext.h.patch | 38 - * inline version of utext_next32(), for performance-critical situations. 50 - ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut)) 629 - * This is the index to the character that will be returned by utext_next32().
|
/external/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 825 for (UChar32 c = utext_next32From(fPattern, 0); c != U_SENTINEL; c = utext_next32(fPattern)) { in dumpPattern()
|
D | rematch.cpp | 424 utext_next32(replacement); in appendReplacement() 426 nextChar = utext_next32(replacement); in appendReplacement() 3186 utext_next32(fInputText); in MatchAt() 3662 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt() 3663 UChar32 inputChar = utext_next32(fInputText); in MatchAt()
|
/external/icu/libicu/src/ |
D | shim.cpp | 284 #undef utext_next32 1082 UChar32 utext_next32(UText * ut) { in utext_next32() function 1083 return U_ICU_ENTRY_POINT_RENAME(utext_next32)(ut); in utext_next32()
|