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

/external/icu/icu4c/source/common/
H A Ddictionarydata.cpp52 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) {
119 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) {
H A Ddictbe.cpp72 utext_next32(text);
78 utext_next32(text);
83 utext_next32(text); // TODO: recast loop for postincrement
339 pc = utext_next32(text);
378 utext_next32(text);
392 utext_next32(text);
394 utext_next32(text);
400 utext_next32(text);
406 utext_next32(text);
408 utext_next32(tex
[all...]
H A Dbrkeng.cpp94 utext_next32(text); // TODO: recast loop to work with post-increment operations.
H A Dfilteredbrk.cpp272 uch = utext_next32(fText.getAlias());
313 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL &&
H A Drbbi.cpp1617 utext_next32(fText); // TODO: recast to work directly with postincrement.
1644 utext_next32(fText);
1664 utext_next32(fText); // TODO: tweak for post-increment operation
H A Dutext.cpp53 c = utext_next32(ut);
173 utext_next32(ut);
265 utext_next32(UText *ut) { function
367 c = utext_next32(ut);
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c74 c = utext_next32(uta);
133 c = utext_next32(uta);
H A Dreapits.c102 utc = utext_next32(utext);
145 ca = utext_next32(uta);
146 cb = utext_next32(utb);
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp348 UChar32 c=utext_next32(text);
376 UChar32 c=utext_next32(text);
547 UChar32 c=utext_next32(text);
569 UChar32 c=utext_next32(text);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
486 utext_next32(UText *ut);
519 * utext_next32();
578 * with utext_next32(), utext_previous32() or utext_moveIndex32().
710 * inline version of utext_next32(), for performance-critical situations.
722 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1417 * This is the index to the character that will be returned by utext_next32().
H A Durename.h1656 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp451 utc = utext_next32(targetUT);
528 utc = utext_next32(targetUT);
614 foundC = utext_next32(ut);
622 foundC = utext_next32(ut);
1406 UChar c = utext_next32(&ut1);
1411 c = utext_next32(&ut2);
1413 c = utext_next32(&ut1);
1417 c = utext_next32(&ut1);
1419 c = utext_next32(&ut2);
1443 while ((c = utext_next32(u
[all...]
H A Drbbitst.cpp374 UChar32 c = utext_next32(tstr);
941 utext_next32(textToBreak);
H A Dregextst.cpp269 ca = utext_next32(uta);
270 cb = utext_next32(utb);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp418 utext_next32(replacement);
420 nextChar = utext_next32(replacement);
3164 utext_next32(fInputText);
3706 UChar32 captureGroupChar = utext_next32(fAltInputText);
3707 UChar32 inputChar = utext_next32(fInputText);

Completed in 486 milliseconds