Home | History | Annotate | Download | only in i18n

Lines Matching refs:tertiary

3213                         UCOL_BYTE_COMMON; // Tertiary weight.
3980 UCOL_BYTE_COMMON; // Tertiary weight.
4713 uint8_t tertiary = 0;
4741 tertiary = (uint8_t)(order & UCOL_BYTE_SIZE_MASK);
4743 tertiary = (uint8_t)((order & UCOL_REMOVE_CONTINUATION));
4868 caseBits = (uint8_t)(tertiary & 0xC0);
4870 if(tertiary != 0) {
4894 tertiary ^= caseSwitch;
4898 tertiary &= tertiaryMask;
4899 if(tertiary > compareTer) {
4902 if (tertiary == tertiaryCommon && notIsContinuation) {
4905 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
4906 tertiary += tertiaryAddition;
4907 } else if(tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
4908 tertiary -= tertiaryAddition;
4911 if ((tertiary > tertiaryCommon)) {
4926 tertiaries.appendByte(tertiary);
5083 uint8_t tertiary = 0;
5110 tertiary = (uint8_t)((order & tertiaryMask));
5112 tertiary = (uint8_t)((order & UCOL_REMOVE_CONTINUATION));
5183 tertiary ^= caseSwitch;
5186 if(tertiary > 0) {
5189 if (tertiary == tertiaryCommon && notIsContinuation) {
5192 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
5193 tertiary += tertiaryAddition;
5194 } else if (tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
5195 tertiary -= tertiaryAddition;
5198 if ((tertiary > tertiaryCommon)) {
5213 tertiaries.appendByte(tertiary);
5362 * 0, 1, 2 - level of the sortkey - primary, secondary, case, tertiary
5897 // if we're not doing tertiary
6216 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0;
6220 tertiary = (uint8_t)((CE & coll->tertiaryMask));
6221 tertiary ^= coll->caseSwitch;
6224 tertiary = (uint8_t)((CE & UCOL_REMOVE_CONTINUATION));
6225 tertiary &= UCOL_REMOVE_CASE;
6260 if(tertiary != 0) {
6261 coll->latinOneCEs[2*coll->latinOneTableLen+ch] |= (tertiary << *terShift);
7548 /* Tertiary level */
7738 * to tertiary. It does not support shifted and case level.
7988 // tertiary loop is the same as secondary (except no French)
8377 // tertiary loop is the same as secondary (except no French)