Home | History | Annotate | Download | only in coll

Lines Matching refs:sec

415         int sec = 0;
464 sec = CollationFastLatin.COMMON_SEC;
471 if(sec == 0) {
472 sec = CollationFastLatin.MIN_SEC_HIGH;
473 } else if(sec < CollationFastLatin.MAX_SEC_HIGH) {
474 sec += CollationFastLatin.SEC_INC;
482 if(sec == CollationFastLatin.COMMON_SEC) {
483 sec = CollationFastLatin.MIN_SEC_BEFORE;
484 } else if(sec < CollationFastLatin.MAX_SEC_BEFORE) {
485 sec += CollationFastLatin.SEC_INC;
491 sec = CollationFastLatin.COMMON_SEC;
493 if(sec < CollationFastLatin.MIN_SEC_AFTER) {
494 sec = CollationFastLatin.MIN_SEC_AFTER;
495 } else if(sec < CollationFastLatin.MAX_SEC_AFTER) {
496 sec += CollationFastLatin.SEC_INC;
516 assert(sec == CollationFastLatin.COMMON_SEC);
519 miniCEs[i] = (char)(pri | sec | ter);