Home
last modified time | relevance | path

Searched refs:ucol_allocWeights (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.h50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
Ducol_wgt.cpp318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, in ucol_allocWeights() function
531 rangeCount=ucol_allocWeights(lowerLimit, upperLimit, n, ranges);
Ducol_bld.cpp468 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/
Durename.h701 #define ucol_allocWeights U_ICU_ENTRY_POINT_RENAME(ucol_allocWeights) macro