Searched refs:MIN_SEC_AFTER (Results 1 – 4 of 4) sorted by relevance
129 static const uint32_t MIN_SEC_AFTER = COMMON_SEC + SEC_INC; variable130 static const uint32_t MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
521 if(sec < CollationFastLatin::MIN_SEC_AFTER) { in encodeUniqueCEs()522 sec = CollationFastLatin::MIN_SEC_AFTER; in encodeUniqueCEs()
490 if(sec < CollationFastLatin.MIN_SEC_AFTER) { in encodeUniqueCEs()491 sec = CollationFastLatin.MIN_SEC_AFTER; in encodeUniqueCEs()
121 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC; field in CollationFastLatin122 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common