Home
last modified time | relevance | path

Searched refs:ucol_next (Results 1 – 17 of 17) 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.c488 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders()
582 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth()
988 ceX = ucol_next(ceiX, &status); in TestJB1401()
989 ceY = ucol_next(ceiY, &status); in TestJB1401()
990 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
Dcapitst.c534 int32_t ce = ucol_next(iter1, &status); in TestRuleBasedColl()
535 int32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl()
1331 order1 = ucol_next(iterator1, &status); in TestElemIter()
1338 order2 = ucol_next(iterator2, &status); in TestElemIter()
1343 order3 = ucol_next(iterator3, &status); in TestElemIter()
1355 order1=ucol_next(iterator1, &status); in TestElemIter()
1360 order3=ucol_next(iterator3, &status); in TestElemIter()
1368 order1=ucol_next(iterator1, &status); in TestElemIter()
1373 order3=ucol_next(iterator3, &status); in TestElemIter()
Dcmsccoll.c1464 ce = ucol_next(iter2, &status); in TestContraction()
1466 if (ucol_next(iter1, &status) != ce) { in TestContraction()
1470 ce = ucol_next(iter2, &status); in TestContraction()
1475 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction()
1521 ce = ucol_next(iter1, &status); in TestContraction()
1527 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction()
1534 ce = ucol_next(iter1, &status); in TestContraction()
1540 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction()
2308 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/libicu/cts_headers/unicode/
Ducoleitr.h163 ucol_next(UCollationElements *elems, UErrorCode *status);
Durename.h759 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro
/external/icu/libandroidicu/include/unicode/
Ducoleitr.h163 ucol_next(UCollationElements *elems, UErrorCode *status);
Durename.h759 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro
/external/icu/icu4c/source/i18n/unicode/
Ducoleitr.h163 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.cpp850 while (ucol_next(iter, &error) != UCOL_NULLORDER) { in doForwardIterTest()
929 if (ucol_next(iter, &error) == UCOL_NULLORDER) { in doForwardIterTest()
1689 ce = ucol_next(CEiter, &status); in main()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList()
Dssearch.cpp396 order = ucol_next(elems, &status); in OrderList()
/external/icu/icu4c/source/common/unicode/
Durename.h759 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h759 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro