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

  /external/icu/icu4c/source/i18n/
collation.h 106 static const uint8_t SPECIAL_CE32_LOW_BYTE = 0xc0;
107 static const uint32_t FALLBACK_CE32 = SPECIAL_CE32_LOW_BYTE;
111 static const uint8_t LONG_PRIMARY_CE32_LOW_BYTE = 0xc1; // SPECIAL_CE32_LOW_BYTE | LONG_PRIMARY_TAG
157 * This is the tag value in SPECIAL_CE32_LOW_BYTE and FALLBACK_CE32.
317 return lower32 | SPECIAL_CE32_LOW_BYTE | LONG_SECONDARY_TAG;
325 return (index << 13) | (length << 8) | SPECIAL_CE32_LOW_BYTE | tag;
329 return (index << 13) | SPECIAL_CE32_LOW_BYTE | tag;
333 return (ce32 & 0xff) >= SPECIAL_CE32_LOW_BYTE;
418 // assert (ce32 & 0xff) < SPECIAL_CE32_LOW_BYTE
425 if(tertiary < SPECIAL_CE32_LOW_BYTE) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 36 milliseconds