Home
last modified time | relevance | path

Searched refs:utext_next32 (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp64 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 …]
Ddictionarydata.cpp54 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()
Dbrkeng.cpp83 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
Dfilteredbrk.cpp296 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/
Ddictbe.cpp61 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 …]
Ddictionarydata.cpp54 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()
Dbrkeng.cpp83 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
Dfilteredbrk.cpp274 uch = utext_next32(fText.getAlias()); in breakExceptionAt()
315 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
/third_party/icu/icu4c/source/common/
Ddictbe.cpp64 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 …]
Ddictionarydata.cpp54 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()
Dbrkeng.cpp83 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
Dfilteredbrk.cpp296 utext_next32(fText.getAlias()); in breakExceptionAt()
342 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
Dutext.cpp57 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/
Ddictbe.cpp66 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 …]
Ddictionarydata.cpp54 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()
Dfilteredbrk.cpp295 utext_next32(fText.getAlias()); in breakExceptionAt()
341 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
Dbrkeng.cpp86 utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp454 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/
Ddicttrieperf.cpp352 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/
Dutexttst.c80 c = utext_next32(uta); in TestAPI()
139 c = utext_next32(uta); in TestAPI()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutext.h488 utext_next32(UText *ut);
724 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
/third_party/icu/icu4c/source/common/unicode/
Dutext.h469 utext_next32(UText *ut);
705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
/third_party/node/deps/icu-small/source/common/unicode/
Dutext.h469 utext_next32(UText *ut);
705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutext.h469 utext_next32(UText *ut);
705 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
/third_party/icu/docs/userguide/strings/
Dutext.md252 `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` |

123