Searched refs:utext_next32 (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
H A Ddictionarydata.cpp54 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) {
121 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) {
H A Ddictbe.cpp74 utext_next32(text);
80 utext_next32(text);
85 utext_next32(text); // TODO: recast loop for postincrement
341 pc = utext_next32(text);
380 utext_next32(text);
394 utext_next32(text);
396 utext_next32(text);
402 utext_next32(text);
408 utext_next32(text);
410 utext_next32(tex
[all...]
H A Dbrkeng.cpp97 utext_next32(text); // TODO: recast loop to work with post-increment operations.
H A Dfilteredbrk.cpp274 uch = utext_next32(fText.getAlias());
315 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL &&
H A Drbbi.cpp1604 utext_next32(fText); // TODO: recast to work directly with postincrement.
1631 utext_next32(fText);
1651 utext_next32(fText); // TODO: tweak for post-increment operation
H A Dutext.cpp55 c = utext_next32(ut);
175 utext_next32(ut);
267 utext_next32(UText *ut) { function
369 c = utext_next32(ut);
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c76 c = utext_next32(uta);
135 c = utext_next32(uta);
H A Dreapits.c104 utc = utext_next32(utext);
147 ca = utext_next32(uta);
148 cb = utext_next32(utb);
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp352 UChar32 c=utext_next32(text);
380 UChar32 c=utext_next32(text);
551 UChar32 c=utext_next32(text);
573 UChar32 c=utext_next32(text);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h60 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
488 utext_next32(UText *ut);
521 * utext_next32();
580 * with utext_next32(), utext_previous32() or utext_moveIndex32().
712 * inline version of utext_next32(), for performance-critical situations.
724 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1419 * This is the index to the character that will be returned by utext_next32().
H A Durename.h1678 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp457 utc = utext_next32(targetUT);
534 utc = utext_next32(targetUT);
620 foundC = utext_next32(ut);
628 foundC = utext_next32(ut);
1412 UChar c = utext_next32(&ut1);
1417 c = utext_next32(&ut2);
1419 c = utext_next32(&ut1);
1423 c = utext_next32(&ut1);
1425 c = utext_next32(&ut2);
1449 while ((c = utext_next32(u
[all...]
H A Drbbitst.cpp324 UChar32 c = utext_next32(tstr);
891 utext_next32(textToBreak);
H A Dregextst.cpp271 ca = utext_next32(uta);
272 cb = utext_next32(utb);
/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp814 for (UChar32 c = utext_next32From(fPattern, 0); c != U_SENTINEL; c = utext_next32(fPattern)) {
H A Drematch.cpp422 utext_next32(replacement);
424 nextChar = utext_next32(replacement);
3158 utext_next32(fInputText);
3700 UChar32 captureGroupChar = utext_next32(fAltInputText);
3701 UChar32 inputChar = utext_next32(fInputText);

Completed in 369 milliseconds