Searched refs:UCOL_NULLORDER (Results 1 – 11 of 11) sorted by relevance
/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() 583 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) { in TestOffset() 588 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset() 645 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset() 668 while (ucol_previous(iter, &status) != UCOL_NULLORDER && in TestOffset() 734 while ( ++i < 10 && (c != UCOL_NULLORDER)) in TestSetText() 810 ucol_previous(iter, &status) != UCOL_NULLORDER) { in TestMaxExpansion() 927 while (c1 != UCOL_NULLORDER); in assertEqual() 1087 while (ce != UCOL_NULLORDER) { in TestDiscontiguos() [all …]
|
D | callcoll.c | 483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders() 534 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 583 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 994 if (ceX == UCOL_NULLORDER) { in TestJB1401()
|
D | cmsccoll.c | 1467 while (ce != UCOL_NULLORDER) { in TestContraction() 1477 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction() 1528 while (ce != UCOL_NULLORDER) { in TestContraction() 1542 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction() 2310 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) { in TestBeforePrefixFailure()
|
D | capitst.c | 540 if (ce == UCOL_NULLORDER) { in TestRuleBasedColl() 1385 doAssert( (order1 != UCOL_NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 318 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable() 645 && nextce != UCOL_NULLORDER) { in isBreakUnit() 732 if (ce != UCOL_NULLORDER) { in shiftForward() 873 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) { in checkExtraMatchAccents() 935 if (U_FAILURE(status) || ce == UCOL_NULLORDER) { in hasAccentsBeforeMatch() 969 (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE)) { in hasAccentsBeforeMatch() 1011 if (U_FAILURE(status) || ce == UCOL_NULLORDER) { in hasAccentsAfterMatch() 1032 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch() 1035 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch() 1616 if (textce == UCOL_NULLORDER) { in doNextCanonicalSuffixMatch() [all …]
|
D | ucoleitr.cpp | 308 return UCOL_NULLORDER; in ucol_next() 336 if (ce == UCOL_NULLORDER) { in nextProcessed() 362 return UCOL_NULLORDER; in ucol_previous() 395 if (ce == UCOL_NULLORDER) { in previousProcessed()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucoleitr.h | 28 #define UCOL_NULLORDER ((int32_t)0xFFFFFFFF) macro
|
/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() 173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; in icu_backward_null() 178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; in icu_backward_len() 224 if (ucol_next(iter, status) == UCOL_NULLORDER) { in icu_forward_all() 246 if (ucol_previous(iter, status) == UCOL_NULLORDER) { in icu_backward_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() 1010 while (ucol_previous(iter, &error) != UCOL_NULLORDER) { in doBackwardIterTest() 1089 if (ucol_previous(iter, &error) == UCOL_NULLORDER) { in doBackwardIterTest() 1687 if (ce == UCOL_NULLORDER) { in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList() 141 return (uint32_t)UCOL_NULLORDER; in get()
|
D | ssearch.cpp | 390 if (order != UCOL_NULLORDER) { in OrderList() 397 } while (order != UCOL_NULLORDER); in OrderList() 465 return UCOL_NULLORDER; in getOrder() 1221 targetOrders.getOrder(i + patternSize) != UCOL_NULLORDER) { in simpleSearch()
|