Searched refs:ucol_nextWeight (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | ucol_wgt.h | 66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);
|
D | ucol_wgt.cpp | 498 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) { in ucol_nextWeight() function 536 weight=ucol_nextWeight(ranges, &rangeCount);
|
D | ucol_bld.cpp | 446 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getNextGenerated() 536 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getCEGenerator() 546 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getCEGenerator()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_wgt.h | 66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);
|
D | ucol_wgt.cpp | 485 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) { in ucol_nextWeight() function 523 weight=ucol_nextWeight(ranges, &rangeCount);
|
D | ucol_bld.cpp | 445 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getNextGenerated() 535 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getCEGenerator() 545 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges); in ucol_getCEGenerator()
|
/external/icu4c/common/unicode/ |
D | urename.h | 755 #define ucol_nextWeight U_ICU_ENTRY_POINT_RENAME(ucol_nextWeight) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 761 #define ucol_nextWeight U_ICU_ENTRY_POINT_RENAME(ucol_nextWeight) macro
|