Searched refs:SEC_INC (Results 1 – 4 of 4) sorted by relevance
126 static const uint32_t SEC_INC = 0x20; variable127 static const uint32_t MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common128 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 common131 static const uint32_t MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries139 static const uint32_t SEC_OFFSET = SEC_INC;
502 sec += CollationFastLatin::SEC_INC; in encodeUniqueCEs()513 sec += CollationFastLatin::SEC_INC; in encodeUniqueCEs()524 sec += CollationFastLatin::SEC_INC; in encodeUniqueCEs()
118 static final int SEC_INC = 0x20; field in CollationFastLatin119 static final int MAX_SEC_BEFORE = MIN_SEC_BEFORE + 4 * SEC_INC; // 5 before common120 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 common123 static final int MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries131 static final int SEC_OFFSET = SEC_INC;
471 sec += CollationFastLatin.SEC_INC; in encodeUniqueCEs()482 sec += CollationFastLatin.SEC_INC; in encodeUniqueCEs()493 sec += CollationFastLatin.SEC_INC; in encodeUniqueCEs()