HomeSort by relevance Sort by last modified time
    Searched full:maxbyte (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
ucol_wgt.cpp 107 incWeight(uint32_t weight, int32_t length, uint32_t maxByte) {
112 if(byte<maxByte) {
123 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
128 range->end=setWeightTrail(range->end, length, maxByte);
157 uint32_t maxByte, uint32_t countBytes,
214 if(trail<maxByte) {
216 lower[length].end=setWeightTrail(weight, length, maxByte);
218 lower[length].count=maxByte-trail;
254 if(end>=start || incWeight(end, length, maxByte)==start) {
320 uint32_t maxByte,
    [all...]
ucol_wgt.h 44 * @param maxByte The highest valid byte value.
52 uint32_t maxByte,
ucol_bld.cpp 451 uint32_t maxByte = (strength == UCOL_TERTIARY)?0x3F:0xFF;
467 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
480 uint32_t maxByte = 0;
482 maxByte = 0x3F;
484 maxByte = 0xFE;
486 maxByte = 0xFF;
532 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
539 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
thinbasic.php     [all...]

Completed in 718 milliseconds