Searched refs:ucol_allocWeights (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_wgt.h | 50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
|
D | ucol_wgt.cpp | 318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, in ucol_allocWeights() function 531 rangeCount=ucol_allocWeights(lowerLimit, upperLimit, n, ranges);
|
D | ucol_bld.cpp | 468 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges); in ucol_getSimpleCEGenerator() 533 … g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges); in ucol_getCEGenerator() 540 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges); in ucol_getCEGenerator()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 701 #define ucol_allocWeights U_ICU_ENTRY_POINT_RENAME(ucol_allocWeights) macro
|