Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcitertst.c91 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672()
167 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize()
591 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset()
648 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset()
734 c = ucol_next(iter2, &status); in TestSetText()
748 c = ucol_next(iter2, &status); in TestSetText()
919 c1 = ucol_next(i1, &status); in assertEqual()
920 c2 = ucol_next(i2, &status); in assertEqual()
996 ucol_next(testiter, &status); in TestSmallBuffer()
997 ucol_next(testiter, &status); in TestSmallBuffer()
[all …]
Dcallcoll.c485 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders()
579 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth()
985 ceX = ucol_next(ceiX, &status); in TestJB1401()
986 ceY = ucol_next(ceiY, &status); in TestJB1401()
987 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
Dcapitst.c533 uint32_t ce = ucol_next(iter1, &status); in TestRuleBasedColl()
534 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl()
1330 order1 = ucol_next(iterator1, &status); in TestElemIter()
1337 order2 = ucol_next(iterator2, &status); in TestElemIter()
1342 order3 = ucol_next(iterator3, &status); in TestElemIter()
1354 order1=ucol_next(iterator1, &status); in TestElemIter()
1359 order3=ucol_next(iterator3, &status); in TestElemIter()
1367 order1=ucol_next(iterator1, &status); in TestElemIter()
1372 order3=ucol_next(iterator3, &status); in TestElemIter()
Dcmsccoll.c1462 ce = ucol_next(iter2, &status); in TestContraction()
1464 if ((uint32_t)ucol_next(iter1, &status) != ce) { in TestContraction()
1468 ce = ucol_next(iter2, &status); in TestContraction()
1473 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction()
1519 ce = ucol_next(iter1, &status); in TestContraction()
1525 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction()
1532 ce = ucol_next(iter1, &status); in TestContraction()
1538 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction()
2306 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) { in TestBeforePrefixFailure()
/external/icu/icu4c/source/i18n/
Dusearch.cpp324 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable()
636 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit()
645 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit()
648 nextce = ucol_next(coleiter, &status); in isBreakUnit()
884 ce = ucol_next(coleiter, status); in checkExtraMatchAccents()
932 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
940 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
1016 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch()
1023 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch()
1034 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch()
[all …]
Ducoleitr.cpp316 ucol_next(UCollationElements *elems, in ucol_next() function
/external/icu/icu4c/source/i18n/unicode/
Ducoleitr.h160 ucol_next(UCollationElements *elems, UErrorCode *status);
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp169 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_null()
174 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_len()
230 if (ucol_next(iter, status) == UCOL_NULLORDER) { in icu_forward_all()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp851 while (ucol_next(iter, &error) != UCOL_NULLORDER) { in doForwardIterTest()
930 if (ucol_next(iter, &error) == UCOL_NULLORDER) { in doForwardIterTest()
1690 ce = ucol_next(CEiter, &status); in main()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp72 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList()
Dssearch.cpp386 order = ucol_next(elems, &status); in OrderList()
/external/icu/icu4c/source/common/unicode/
Durename.h737 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro