/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 88 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672() 164 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize() 588 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset() 645 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset() 731 c = ucol_next(iter2, &status); in TestSetText() 745 c = ucol_next(iter2, &status); in TestSetText() 916 c1 = ucol_next(i1, &status); in assertEqual() 917 c2 = ucol_next(i2, &status); in assertEqual() 993 ucol_next(testiter, &status); in TestSmallBuffer() 994 ucol_next(testiter, &status); in TestSmallBuffer() [all …]
|
D | callcoll.c | 483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders() 577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 983 ceX = ucol_next(ceiX, &status); in TestJB1401() 984 ceY = ucol_next(ceiY, &status); in TestJB1401() 985 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
|
D | capitst.c | 531 uint32_t ce = ucol_next(iter1, &status); in TestRuleBasedColl() 532 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() 1328 order1 = ucol_next(iterator1, &status); in TestElemIter() 1335 order2 = ucol_next(iterator2, &status); in TestElemIter() 1340 order3 = ucol_next(iterator3, &status); in TestElemIter() 1352 order1=ucol_next(iterator1, &status); in TestElemIter() 1357 order3=ucol_next(iterator3, &status); in TestElemIter() 1365 order1=ucol_next(iterator1, &status); in TestElemIter() 1370 order3=ucol_next(iterator3, &status); in TestElemIter()
|
D | cmsccoll.c | 1466 ce = ucol_next(iter2, &status); in TestContraction() 1468 if ((uint32_t)ucol_next(iter1, &status) != ce) { in TestContraction() 1472 ce = ucol_next(iter2, &status); in TestContraction() 1477 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction() 1523 ce = ucol_next(iter1, &status); in TestContraction() 1529 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction() 1536 ce = ucol_next(iter1, &status); in TestContraction() 1542 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction() 2310 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) { in TestBeforePrefixFailure()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 322 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable() 634 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit() 643 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit() 646 nextce = ucol_next(coleiter, &status); in isBreakUnit() 882 ce = ucol_next(coleiter, status); in checkExtraMatchAccents() 930 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 938 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 1014 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch() 1021 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch() 1032 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch() [all …]
|
D | ucoleitr.cpp | 314 ucol_next(UCollationElements *elems, in ucol_next() function
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucoleitr.h | 158 ucol_next(UCollationElements *elems, UErrorCode *status);
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_null() 168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_len() 224 if (ucol_next(iter, status) == UCOL_NULLORDER) { in icu_forward_all()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) { in doForwardIterTest() 926 if (ucol_next(iter, &error) == UCOL_NULLORDER) { in doForwardIterTest() 1686 ce = ucol_next(CEiter, &status); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList()
|
D | ssearch.cpp | 387 order = ucol_next(elems, &status); in OrderList()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 736 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro
|