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

  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 73 * . order = ucol_next(c, &success);
82 * ucol_next() returns the collation order of the next.
85 * ucol_reset. That is, ucol_next() and ucol_prev can not be inter-used.
86 * Whenever ucol_prev is to be called after ucol_next() or vice versa,
89 * ucol_prev or ucol_next, the first or last collation order will be returned.
92 * The result of a forward iterate (ucol_next) and reversed result of the
143 * @see ucol_next
160 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
citertst.c 91 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
167 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
591 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
648 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
734 c = ucol_next(iter2, &status);
748 c = ucol_next(iter2, &status);
919 c1 = ucol_next(i1, &status);
920 c2 = ucol_next(i2, &status);
996 ucol_next(testiter, &status);
997 ucol_next(testiter, &status)
    [all...]
callcoll.c 485 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
579 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
    [all...]
capitst.c 533 uint32_t ce = ucol_next(iter1, &status);
534 uint32_t ce2 = ucol_next(iter2, &status);
    [all...]
cmsccoll.c     [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 304 // status will be checked in ucol_next(..) later and if it is an
305 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
324 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
376 // status will be checked in ucol_next(..) later and if it is an
377 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
636 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
645 int32_t nextce = ucol_next(coleiter, &status);
648 nextce = ucol_next(coleiter, &status);
    [all...]
ucoleitr.cpp 316 ucol_next(UCollationElements *elems, function
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 169 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
174 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
230 if (ucol_next(iter, status) == UCOL_NULLORDER) {
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 851 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
883 printf("Average time per ucol_next() nano seconds %d\n", ns);
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 72 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
ssearch.cpp 386 order = ucol_next(elems, &status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 737 #define ucol_next macro
    [all...]

Completed in 1142 milliseconds