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

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 33 uint32_t miniVarTop;
37 miniVarTop = MIN_LONG - 1;
46 // In the table header, the miniVarTop is in bits 15..7, with 4 zero bits 19..16 implied.
48 miniVarTop = (table[i] & 0xff80) >> 4;
74 } else if(p > miniVarTop) {
86 // Shift the miniVarTop above other options.
87 return ((int32_t)miniVarTop << 16) | settings.options;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 731 milliseconds