Searched refs:MIN_SEC_AFTER (Results 1 – 2 of 2) 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
540 if(sec < CollationFastLatin::MIN_SEC_AFTER) { in encodeUniqueCEs()541 sec = CollationFastLatin::MIN_SEC_AFTER; in encodeUniqueCEs()