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.c88 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 …]
Dcallcoll.c483 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()
Dcapitst.c531 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()
Dcmsccoll.c1466 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/
Dusearch.cpp322 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 …]
Ducoleitr.cpp314 ucol_next(UCollationElements *elems, in ucol_next() function
/external/icu/icu4c/source/i18n/unicode/
Ducoleitr.h158 ucol_next(UCollationElements *elems, UErrorCode *status);
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp163 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/
Dcollperf.cpp847 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/
Dcolldata.cpp73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList()
Dssearch.cpp387 order = ucol_next(elems, &status); in OrderList()
/external/icu/icu4c/source/common/unicode/
Durename.h736 #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) macro