/external/chromium_org/third_party/icu/source/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 | 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) { 925 c1 = ucol_next(i1, &status); 926 c2 = ucol_next(i2, &status); 1002 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 | 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 | 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) { 925 c1 = ucol_next(i1, &status); 926 c2 = ucol_next(i2, &status); 1002 ucol_next(testiter, &status) [all...] |
callcoll.c | 482 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) 576 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { [all...] |
capitst.c | 532 uint32_t ce = ucol_next(iter1, &status); 533 uint32_t ce2 = ucol_next(iter2, &status); [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 | 77 return ucol_next(m_data_, &status);
|
ucol_elm.cpp | [all...] |
ucol_bld.cpp | [all...] |
/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 | 78 return ucol_next(m_data_, &status);
|
ucol_elm.cpp | [all...] |
ucol_bld.cpp | [all...] |
/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...] |
/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/ |
libcore_icu_NativeCollation.cpp | 109 jint result = ucol_next(toCollationElements(address), &status); 110 maybeThrowIcuException(env, "ucol_next", status);
|
/external/chromium_org/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 | 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/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...] |
/external/icu4c/test/intltest/ |
colldata.cpp | 71 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
|