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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 126 static const uint32_t SEC_INC = 0x20;
127 static const uint32_t MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
128 static const uint32_t COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
129 static const uint32_t MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
130 static const uint32_t MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
131 static const uint32_t MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
139 static const uint32_t SEC_OFFSET = SEC_INC;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 180 milliseconds