Searched refs:ucol_next (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducoleitr.h71 * . 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/
H A Dcitertst.c88 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(testite
[all...]
H A Dcallcoll.c483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
983 ceX = ucol_next(ceiX, &status);
984 ceY = ucol_next(ceiY, &status);
985 ceZ = ucol_next(ceiZ, &status);
987 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
991 log_err("ERROR: ucol_next failed for iteration #%d.\n", j);
H A Dcapitst.c531 uint32_t ce = ucol_next(iter1, &status);
532 uint32_t ce2 = ucol_next(iter2, &status);
1328 order1 = ucol_next(iterator1, &status);
1335 order2 = ucol_next(iterator2, &status);
1340 order3 = ucol_next(iterator3, &status);
1352 order1=ucol_next(iterator1, &status);
1357 order3=ucol_next(iterator3, &status);
1365 order1=ucol_next(iterator1, &status);
1370 order3=ucol_next(iterator3, &status);
H A Dcmsccoll.c1466 ce = ucol_next(iter2, &status);
1468 if ((uint32_t)ucol_next(iter1, &status) != ce) {
1472 ce = ucol_next(iter2, &status);
1477 if (ucol_next(iter1, &status) != UCOL_NULLORDER) {
1523 ce = ucol_next(iter1, &status);
1529 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status);
1536 ce = ucol_next(iter1, &status);
1542 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
2310 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp298 // status will be checked in ucol_next(..) later and if it is an
299 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
318 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
370 // status will be checked in ucol_next(..) later and if it is an
371 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
630 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
639 int32_t nextce = ucol_next(coleiter, &status);
642 nextce = ucol_next(coleiter, &status);
878 ce = ucol_next(coleiter, status);
926 int32_t ce = getCE(strsrch, ucol_next(coleite
[all...]
H A Ducoleitr.cpp304 ucol_next(UCollationElements *elems, function
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp163 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/collationperf/
H A Dcollperf.cpp847 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
879 printf("Average time per ucol_next() nano seconds %d\n", ns);
926 if (ucol_next(iter, &error) == UCOL_NULLORDER) {
975 printf("Average time per ucol_next() nano seconds %d\n", ns);
1686 ce = ucol_next(CEiter, &status);
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
H A Dssearch.cpp387 order = ucol_next(elems, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h736 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro

Completed in 188 milliseconds