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

1 2

  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 71 * . order = ucol_next(c, &success);
80 * ucol_next() returns the collation order of the next.
83 * ucol_reset. That is, ucol_next() and ucol_prev can not be inter-used.
84 * Whenever ucol_prev is to be called after ucol_next() or vice versa,
87 * ucol_prev or ucol_next, the first or last collation order will be returned.
90 * The result of a forward iterate (ucol_next) and reversed result of the
141 * @see ucol_next
158 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
citertst.c 88 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
164 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
588 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
645 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
731 c = ucol_next(iter2, &status);
745 c = ucol_next(iter2, &status);
916 c1 = ucol_next(i1, &status);
917 c2 = ucol_next(i2, &status);
993 ucol_next(testiter, &status);
994 ucol_next(testiter, &status)
    [all...]
callcoll.c 483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
    [all...]
capitst.c 519 uint32_t ce = ucol_next(iter1, &status);
520 uint32_t ce2 = ucol_next(iter2, &status);
    [all...]
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucoleitr.h 81 * . order = ucol_next(c, &success);
90 * ucol_next() returns the collation order of the next.
93 * ucol_reset. That is, ucol_next() and ucol_prev can not be inter-used.
94 * Whenever ucol_prev is to be called after ucol_next() or vice versa,
97 * ucol_prev or ucol_next, the first or last collation order will be returned.
100 * The result of a forward iterate (ucol_next) and reversed result of the
151 * @see ucol_next
184 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 93 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
169 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
593 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
650 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
736 c = ucol_next(iter2, &status);
750 c = ucol_next(iter2, &status);
772 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
926 c1 = ucol_next(i1, &status);
927 c2 = ucol_next(i2, &status);
1003 ucol_next(testiter, &status)
    [all...]
callcoll.c 483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
    [all...]
capitst.c 517 uint32_t ce = ucol_next(iter1, &status);
518 uint32_t ce2 = ucol_next(iter2, &status);
    [all...]
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 308 // status will be checked in ucol_next(..) later and if it is an
309 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
383 // status will be checked in ucol_next(..) later and if it is an
384 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
654 int32_t nextce = ucol_next(coleiter, &status);
657 nextce = ucol_next(coleiter, &status);
    [all...]
coleitr.cpp 78 return ucol_next(m_data_, &status);
ucol_elm.cpp     [all...]
ucol_bld.cpp     [all...]
ucoleitr.cpp 404 ucol_next(UCollationElements *elems, function
  /external/icu/icu4c/source/i18n/
usearch.cpp 300 // status will be checked in ucol_next(..) later and if it is an
301 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
320 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
372 // status will be checked in ucol_next(..) later and if it is an
373 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
632 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
641 int32_t nextce = ucol_next(coleiter, &status);
644 nextce = ucol_next(coleiter, &status);
    [all...]
ucoleitr.cpp 306 ucol_next(UCollationElements *elems, function
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error);
208 ce = ucol_next(iter, &error);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 178 jint result = ucol_next(toCollationElements(address)->get(), &status);
179 maybeThrowIcuException(env, "ucol_next", status);
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
224 if (ucol_next(iter, status) == UCOL_NULLORDER) {
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
224 if (ucol_next(iter, status) == UCOL_NULLORDER) {
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
879 printf("Average time per ucol_next() nano seconds %d\n", ns);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
879 printf("Average time per ucol_next() nano seconds %d\n", ns);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 71 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {

Completed in 500 milliseconds

1 2