Searched refs:ucol_previous (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 111 ucol_previous(titer, &status); in TestBug672() 187 ucol_previous(titer, &status); in TestBug672Normalize() 586 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) { in TestOffset() 671 while (ucol_previous(iter, &status) != UCOL_NULLORDER && in TestOffset() 806 order = ucol_previous(iter, &status); in TestMaxExpansion() 810 order = ucol_previous(iter, &status); in TestMaxExpansion() 813 ucol_previous(iter, &status) != UCOL_NULLORDER) { in TestMaxExpansion() 830 order = ucol_previous(iter, &status); in TestMaxExpansion() 841 temporder = ucol_previous(iter, &status); in TestMaxExpansion() 850 temporder = ucol_previous(iter, &status); in TestMaxExpansion() [all …]
|
D | callcoll.c | 539 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 588 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) { in backAndForth()
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucoleitr.h | 179 ucol_previous(UCollationElements *elems, UErrorCode *status);
|
D | urename.h | 769 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucoleitr.h | 179 ucol_previous(UCollationElements *elems, UErrorCode *status);
|
D | urename.h | 769 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucoleitr.h | 179 ucol_previous(UCollationElements *elems, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 973 ce = ucol_previous(coleiter, &status); in hasAccentsBeforeMatch() 1615 int32_t textce = ucol_previous(coleiter, status); in doNextCanonicalSuffixMatch() 2036 ucol_previous(coleiter, status); in checkPreviousExactContractionMatch() 2051 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousExactContractionMatch() 2476 ucol_previous(coleiter, status); in checkPreviousCanonicalContractionMatch() 2491 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch() 2509 ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch() 2513 ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch() 4459 targetce = ucol_previous(coleiter, status); in usearch_handleNextExact() 4489 targetce = ucol_previous(coleiter, status); in usearch_handleNextExact() [all …]
|
D | ucoleitr.cpp | 370 ucol_previous(UCollationElements *elems, in ucol_previous() function
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 179 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; in icu_backward_null() 184 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++; in icu_backward_len() 252 if (ucol_previous(iter, status) == UCOL_NULLORDER) { in icu_backward_all()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1013 while (ucol_previous(iter, &error) != UCOL_NULLORDER) { in doBackwardIterTest() 1092 if (ucol_previous(iter, &error) == UCOL_NULLORDER) { in doBackwardIterTest()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 769 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 769 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro
|