Searched refs:ucol_nextProcessed (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | ucoleitr.h | 215 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | ucoleitr.h | 215 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | uintrnal.h | 105 # define ucol_nextProcessed ucol_nextProcessed_INTERNAL_API_DO_NOT_USE macro
|
D | urename.h | 713 #define ucol_nextProcessed ucol_nextProcessed_4_2 macro
|
/external/icu4c/common/unicode/ |
D | uintrnal.h | 100 # define ucol_nextProcessed ucol_nextProcessed_INTERNAL_API_DO_NOT_USE macro
|
D | urename.h | 752 #define ucol_nextProcessed U_ICU_ENTRY_POINT_RENAME(ucol_nextProcessed) macro
|
/external/icu4c/i18n/ |
D | ucoleitr.cpp | 425 ucol_nextProcessed(UCollationElements *elems, in ucol_nextProcessed() function
|
D | usearch.cpp | 410 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/ |
D | ucoleitr.cpp | 438 ucol_nextProcessed(UCollationElements *elems, in ucol_nextProcessed() function
|
D | usearch.cpp | 400 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/ |
D | ssearch.cpp | 1121 order = ucol_nextProcessed(elems, &low, &high, &status); in PCEList()
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 1116 order = ucol_nextProcessed(elems, &low, &high, &status); in PCEList()
|