Searched defs:SEC_INC (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h126 static const uint32_t SEC_INC = 0x20; member in class:CollationFastLatin
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;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java122 static final int SEC_INC = 0x20; field in class:CollationFastLatin
123 static final int MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
124 static final int COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
125 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
126 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
127 static final int MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
135 static final int SEC_OFFSET = SEC_INC;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java118 static final int SEC_INC = 0x20; field in class:CollationFastLatin
119 static final int MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common
120 static final int COMMON_SEC = MAX_SEC_BEFORE + SEC_INC;
121 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC;
122 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
123 static final int MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
131 static final int SEC_OFFSET = SEC_INC;

Completed in 62 milliseconds