Searched refs:ucol_nextProcessed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h220 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp425 ucol_nextProcessed(UCollationElements *elems, function
H A Dusearch.cpp410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
3553 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
4663 int64_t pce = ucol_nextProcessed(strsrch->textIter, NULL, NULL, status);
4812 int64_t pce = ucol_nextProcessed(strsrch->textIter, NULL, NULL, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h765 #define ucol_nextProcessed U_ICU_ENTRY_POINT_RENAME(ucol_nextProcessed) macro

Completed in 209 milliseconds