Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ducoleitr.h215 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/chromium/third_party/icu/public/i18n/unicode/
Ducoleitr.h215 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/chromium/third_party/icu/public/common/unicode/
Duintrnal.h105 # define ucol_nextProcessed ucol_nextProcessed_INTERNAL_API_DO_NOT_USE macro
Durename.h713 #define ucol_nextProcessed ucol_nextProcessed_4_2 macro
/external/icu4c/common/unicode/
Duintrnal.h100 # define ucol_nextProcessed ucol_nextProcessed_INTERNAL_API_DO_NOT_USE macro
Durename.h752 #define ucol_nextProcessed U_ICU_ENTRY_POINT_RENAME(ucol_nextProcessed) macro
/external/icu4c/i18n/
Ducoleitr.cpp425 ucol_nextProcessed(UCollationElements *elems, in ucol_nextProcessed() function
Dusearch.cpp410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER && in initializePatternPCETable()
3540 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status); in get()
/external/chromium/third_party/icu/source/i18n/
Ducoleitr.cpp438 ucol_nextProcessed(UCollationElements *elems, in ucol_nextProcessed() function
Dusearch.cpp400 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER && in initializePatternPCETable()
3542 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status); in get()
/external/chromium/third_party/icu/source/test/intltest/
Dssearch.cpp1121 order = ucol_nextProcessed(elems, &low, &high, &status); in PCEList()
/external/icu4c/test/intltest/
Dssearch.cpp1116 order = ucol_nextProcessed(elems, &low, &high, &status); in PCEList()