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

1 2

  /external/webkit/WebCore/icu/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
140 * @see ucol_next
157 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/chromium/third_party/icu/public/i18n/unicode/
ucoleitr.h 79 * . order = ucol_next(c, &success);
88 * ucol_next() returns the collation order of the next.
91 * ucol_reset. That is, ucol_next() and ucol_prev can not be inter-used.
92 * Whenever ucol_prev is to be called after ucol_next() or vice versa,
95 * ucol_prev or ucol_next, the first or last collation order will be returned.
98 * The result of a forward iterate (ucol_next) and reversed result of the
149 * @see ucol_next
180 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/icu4c/i18n/unicode/
ucoleitr.h 79 * . order = ucol_next(c, &success);
88 * ucol_next() returns the collation order of the next.
91 * ucol_reset. That is, ucol_next() and ucol_prev can not be inter-used.
92 * Whenever ucol_prev is to be called after ucol_next() or vice versa,
95 * ucol_prev or ucol_next, the first or last collation order will be returned.
98 * The result of a forward iterate (ucol_next) and reversed result of the
149 * @see ucol_next
180 ucol_next(UCollationElements *elems, UErrorCode *status);
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
166 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
590 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
647 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
733 c = ucol_next(iter2, &status);
747 c = ucol_next(iter2, &status);
769 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
922 c1 = ucol_next(i1, &status);
923 c2 = ucol_next(i2, &status);
1004 ucol_next(testiter, &status)
    [all...]
callcoll.c 454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
545 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
950 ceX = ucol_next(ceiX, &status);
951 ceY = ucol_next(ceiY, &status);
952 ceZ = ucol_next(ceiZ, &status);
954 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
958 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
    [all...]
capitst.c 535 uint32_t ce = ucol_next(iter1, &status);
536 uint32_t ce2 = ucol_next(iter2, &status);
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
citertst.c 90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
166 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
590 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
647 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
733 c = ucol_next(iter2, &status);
747 c = ucol_next(iter2, &status);
769 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
922 c1 = ucol_next(i1, &status);
923 c2 = ucol_next(i2, &status);
999 ucol_next(testiter, &status)
    [all...]
callcoll.c 454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
548 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
953 ceX = ucol_next(ceiX, &status);
954 ceY = ucol_next(ceiY, &status);
955 ceZ = ucol_next(ceiZ, &status);
957 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
961 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
    [all...]
capitst.c 545 uint32_t ce = ucol_next(iter1, &status);
546 uint32_t ce2 = ucol_next(iter2, &status);
    [all...]
cmsccoll.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 306 // status will be checked in ucol_next(..) later and if it is an
307 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
325 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
377 // status will be checked in ucol_next(..) later and if it is an
378 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
635 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
644 int32_t nextce = ucol_next(coleiter, &status);
647 nextce = ucol_next(coleiter, &status);
    [all...]
ucol_bld.cpp     [all...]
coleitr.cpp 77 return ucol_next(m_data_, &status);
bmsearch.cpp 190 order = ucol_next(elements, &status);
  /external/icu4c/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 77 return ucol_next(m_data_, &status);
ucol_bld.cpp     [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error);
208 ce = ucol_next(iter, &error);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error);
208 ce = ucol_next(iter, &error);
    [all...]
  /libcore/luni/src/main/native/
NativeCollation.cpp 114 jint result = ucol_next(toCollationElements(address), &status);
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
219 if (ucol_next(iter, status) == UCOL_NULLORDER) {
  /external/icu4c/test/perf/collperf/
collperf.cpp 158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
219 if (ucol_next(iter, status) == UCOL_NULLORDER) {
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 845 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
877 printf("Average time per ucol_next() nano seconds %d\n", ns);
    [all...]
  /external/icu4c/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...]

Completed in 233 milliseconds

1 2