/third_party/skia/third_party/externals/icu/source/common/ |
D | dictbe.cpp | 64 utext_next32(text); // TODO: recast loop for postincrement in findBreaks() 316 pc = utext_next32(text); in divideUpDictionaryRange() 355 utext_next32(text); in divideUpDictionaryRange() 369 utext_next32(text); in divideUpDictionaryRange() 371 utext_next32(text); in divideUpDictionaryRange() 377 utext_next32(text); in divideUpDictionaryRange() 383 utext_next32(text); in divideUpDictionaryRange() 385 utext_next32(text); in divideUpDictionaryRange() 390 utext_next32(text); in divideUpDictionaryRange() 548 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 | 296 utext_next32(fText.getAlias()); in breakExceptionAt() 342 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dictbe.cpp | 61 utext_next32(text); // TODO: recast loop for postincrement in findBreaks() 314 pc = utext_next32(text); in divideUpDictionaryRange() 353 utext_next32(text); in divideUpDictionaryRange() 367 utext_next32(text); in divideUpDictionaryRange() 369 utext_next32(text); in divideUpDictionaryRange() 375 utext_next32(text); in divideUpDictionaryRange() 381 utext_next32(text); in divideUpDictionaryRange() 383 utext_next32(text); in divideUpDictionaryRange() 388 utext_next32(text); in divideUpDictionaryRange() 547 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()
|
/third_party/icu/icu4c/source/common/ |
D | dictbe.cpp | 64 utext_next32(text); // TODO: recast loop for postincrement in findBreaks() 316 pc = utext_next32(text); in divideUpDictionaryRange() 355 utext_next32(text); in divideUpDictionaryRange() 369 utext_next32(text); in divideUpDictionaryRange() 371 utext_next32(text); in divideUpDictionaryRange() 377 utext_next32(text); in divideUpDictionaryRange() 383 utext_next32(text); in divideUpDictionaryRange() 385 utext_next32(text); in divideUpDictionaryRange() 390 utext_next32(text); in divideUpDictionaryRange() 548 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 | 296 utext_next32(fText.getAlias()); in breakExceptionAt() 342 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | dictbe.cpp | 66 utext_next32(text); // TODO: recast loop for postincrement in findBreaks() 319 pc = utext_next32(text); in divideUpDictionaryRange() 358 utext_next32(text); in divideUpDictionaryRange() 372 utext_next32(text); in divideUpDictionaryRange() 374 utext_next32(text); in divideUpDictionaryRange() 380 utext_next32(text); in divideUpDictionaryRange() 386 utext_next32(text); in divideUpDictionaryRange() 388 utext_next32(text); in divideUpDictionaryRange() 393 utext_next32(text); in divideUpDictionaryRange() 552 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 | filteredbrk.cpp | 295 utext_next32(fText.getAlias()); in breakExceptionAt() 341 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
|
D | brkeng.cpp | 86 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
|
/third_party/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()
|
/third_party/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()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 80 c = utext_next32(uta); in TestAPI() 139 c = utext_next32(uta); in TestAPI()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 488 utext_next32(UText *ut); 724 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 469 utext_next32(UText *ut); 705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
|
/third_party/icu/docs/userguide/strings/ |
D | utext.md | 252 `utext_next32()` fetches the code point at the current index, then leaves the 268 | `utext_next32` | Get the next code point, iterating forwards. | 276 | `UTEXT_NEXT32` | inline (high performance) version of `utext_next32` |
|