HomeSort by relevance Sort by last modified time
    Searched refs:utext_next32 (Results 1 - 10 of 10) sorted by null

  /external/icu4c/common/
dictbe.cpp 69 utext_next32(text); // TODO: recast loop for postincrement
328 utext_next32(text);
368 utext_next32(text);
382 utext_next32(text);
383 utext_next32(text);
389 utext_next32(text);
395 utext_next32(text);
396 utext_next32(text);
401 utext_next32(text);
561 utext_next32(text)
    [all...]
brkeng.cpp 90 utext_next32(text); // TODO: recast loop to work with post-increment operations.
triedict.cpp 150 uc = utext_next32(text);
180 UChar32 uc = utext_next32(fIter); // TODO: supplemetary support?
503 utext_next32(text);
524 utext_next32(text);
    [all...]
rbbi.cpp 720 (void)UTEXT_NEXT32(fText);
832 (void)UTEXT_NEXT32(fText);
856 (void)UTEXT_NEXT32(fText);
    [all...]
utext.cpp 50 c = utext_next32(ut);
170 utext_next32(ut);
262 utext_next32(UText *ut) { function
364 c = utext_next32(ut);
462 c1 = UTEXT_NEXT32(s1);
463 c2 = UTEXT_NEXT32(s2);
479 c1 = UTEXT_NEXT32(s1);
480 c2 = UTEXT_NEXT32(s2);
522 c1 = UTEXT_NEXT32(s1);
523 c2 = UTEXT_NEXT32(s2)
    [all...]
  /external/icu4c/test/cintltst/
utexttst.c 73 c = utext_next32(uta);
132 c = utext_next32(uta);
169 c = UTEXT_NEXT32(uta);
193 c = UTEXT_NEXT32(uta);
199 c = UTEXT_NEXT32(uta);
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 400 UChar32 c=utext_next32(text);
428 UChar32 c=utext_next32(text);
599 UChar32 c=utext_next32(text);
621 UChar32 c=utext_next32(text);
  /external/icu4c/common/unicode/
utext.h 58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
477 * An inline macro version of this function, UTEXT_NEXT32(),
482 * @see UTEXT_NEXT32
486 utext_next32(UText *ut);
519 * utext_next32();
578 * with utext_next32(), utext_previous32() or utext_moveIndex32().
    [all...]
urename.h 1624 #define utext_next32 macro
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 449 utc = utext_next32(targetUT);
526 utc = utext_next32(targetUT);
612 foundC = utext_next32(ut);
620 foundC = utext_next32(ut);
630 foundC = UTEXT_NEXT32(ut);
636 foundC = UTEXT_NEXT32(ut);
    [all...]

Completed in 387 milliseconds