Searched refs:MIN_SEC_AFTER (Results 1 – 6 of 6) sorted by relevance
131 static const uint32_t MIN_SEC_AFTER = COMMON_SEC + SEC_INC; variable132 static const uint32_t MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
523 if(sec < CollationFastLatin::MIN_SEC_AFTER) { in encodeUniqueCEs()524 sec = CollationFastLatin::MIN_SEC_AFTER; in encodeUniqueCEs()
493 if(sec < CollationFastLatin.MIN_SEC_AFTER) { in encodeUniqueCEs()494 sec = CollationFastLatin.MIN_SEC_AFTER; in encodeUniqueCEs()
127 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC; field in CollationFastLatin128 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common
492 if(sec < CollationFastLatin.MIN_SEC_AFTER) { in encodeUniqueCEs()493 sec = CollationFastLatin.MIN_SEC_AFTER; in encodeUniqueCEs()
123 static final int MIN_SEC_AFTER = COMMON_SEC + SEC_INC; field in CollationFastLatin124 static final int MAX_SEC_AFTER = MIN_SEC_AFTER + 5 * SEC_INC; // 6 after common