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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 44 * @param maxByte The highest valid byte value.
52 uint32_t maxByte,
ucol_wgt.cpp 94 incWeight(uint32_t weight, int32_t length, uint32_t maxByte) {
99 if(byte<maxByte) {
110 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
115 range->end=setWeightTrail(range->end, length, maxByte);
144 uint32_t maxByte, uint32_t countBytes,
201 if(trail<maxByte) {
203 lower[length].end=setWeightTrail(weight, length, maxByte);
205 lower[length].count=maxByte-trail;
241 if(end>=start || incWeight(end, length, maxByte)==start) {
307 uint32_t maxByte,
    [all...]
ucol_bld.cpp 453 uint32_t maxByte = (strength == UCOL_TERTIARY)?0x3F:0xFF;
469 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
482 uint32_t maxByte = 0;
484 maxByte = 0x3F;
486 maxByte = 0xFE;
488 maxByte = 0xFF;
534 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
541 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 249 milliseconds