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

12

/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.c519 uint32_t ce = ucol_next(iter1, &status);
520 uint32_t ce2 = ucol_next(iter2, &status);
1310 order1 = ucol_next(iterator1, &status);
1317 order2 = ucol_next(iterator2, &status);
1322 order3 = ucol_next(iterator3, &status);
1334 order1=ucol_next(iterator1, &status);
1339 order3=ucol_next(iterator3, &status);
1347 order1=ucol_next(iterator1, &status);
1352 order3=ucol_next(iterator3, &status);
H A Dcmsccoll.c1462 ce = ucol_next(iter2, &status);
1464 if ((uint32_t)ucol_next(iter1, &status) != ce) {
1468 ce = ucol_next(iter2, &status);
1473 if (ucol_next(iter1, &status) != UCOL_NULLORDER) {
1519 ce = ucol_next(iter1, &status);
1525 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status);
1532 ce = ucol_next(iter1, &status);
1538 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
2306 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h81 * . 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/
H A Dcitertst.c93 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(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.c517 uint32_t ce = ucol_next(iter1, &status);
518 uint32_t ce2 = ucol_next(iter2, &status);
1312 order1 = ucol_next(iterator1, &status);
1319 order2 = ucol_next(iterator2, &status);
1324 order3 = ucol_next(iterator3, &status);
1336 order1=ucol_next(iterator1, &status);
1341 order3=ucol_next(iterator3, &status);
1349 order1=ucol_next(iterator1, &status);
1354 order3=ucol_next(iterator3, &status);
H A Dcmsccoll.c2751 ce = ucol_next(iter2, &status);
2753 if ((uint32_t)ucol_next(iter1, &status) != ce) {
2757 ce = ucol_next(iter2, &status);
2762 if (ucol_next(iter1, &status) != UCOL_NULLORDER) {
2807 ce = ucol_next(iter1, &status);
2813 if (ce != (uint32_t)ucol_next(iter2, &status)) {
2817 ce = ucol_next(iter1, &status);
2823 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
3616 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp308 // 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);
893 ce = ucol_next(coleiter, status);
941 int32_t ce = getCE(strsrch, ucol_next(coleite
[all...]
H A Dcoleitr.cpp78 return ucol_next(m_data_, &status);
H A Ducol_elm.cpp1663 while((ce = ucol_next(iter, status)) != UCOL_NULLORDER) {
1668 while((ce = ucol_next(iter, status)) != UCOL_NULLORDER) {
1692 while((el.CEs[el.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1777 while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1838 while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1936 while((element.CEs[element.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
H A Ducol_bld.cpp1281 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status))
1293 (int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
1298 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
H A Ducoleitr.cpp404 ucol_next(UCollationElements *elems, function
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp300 // 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);
880 ce = ucol_next(coleiter, status);
928 int32_t ce = getCE(strsrch, ucol_next(coleite
[all...]
H A Ducoleitr.cpp306 ucol_next(UCollationElements *elems, function
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp187 uint32_t ce = ucol_next(iter, &error);
208 ce = ucol_next(iter, &error);
1223 int32_t ce = ucol_next(coleiter, &error);
1236 ce = ucol_next(coleiter, &error);
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp71 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
/external/icu/icu4c/source/common/unicode/
H A Durename.h729 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro

Completed in 682 milliseconds

12