HomeSort by relevance Sort by last modified time
    Searched refs:upperLimit (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_wgt.h 40 * @param upperLimit A collation element weight; the ranges will be filled to cover
43 * lowerLimit<w<upperLimit in lexical order.
50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
ucol_wgt.c 143 getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit,
150 /* assume that both lowerLimit & upperLimit are not 0 */
154 upperLength=lengthOfWeight(upperLimit);
158 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
161 if(lowerLimit>=upperLimit) {
170 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) {
172 printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit);
177 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */
211 weight=upperLimit;
235 /* reduce or remove the lower ranges that go beyond upperLimit */
    [all...]
  /external/icu4c/i18n/
ucol_wgt.h 40 * @param upperLimit A collation element weight; the ranges will be filled to cover
43 * lowerLimit<w<upperLimit in lexical order.
50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
ucol_wgt.cpp 143 getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit,
150 /* assume that both lowerLimit & upperLimit are not 0 */
154 upperLength=lengthOfWeight(upperLimit);
158 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
161 if(lowerLimit>=upperLimit) {
170 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) {
172 printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit);
177 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */
211 weight=upperLimit;
235 /* reduce or remove the lower ranges that go beyond upperLimit */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 217 milliseconds