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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_wgt.h66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);
H A Ducol_wgt.cpp487 /* set maxByte in ranges[0] for ucol_nextWeight() */
498 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) { function
536 weight=ucol_nextWeight(ranges, &rangeCount);
H A Ducol_bld.cpp444 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
534 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
544 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h767 #define ucol_nextWeight U_ICU_ENTRY_POINT_RENAME(ucol_nextWeight) macro

Completed in 450 milliseconds