Lines Matching refs:tertiaryCommon
4745 uint8_t tertiaryCommon = coll->tertiaryCommon;
4928 if (tertiary == tertiaryCommon && notIsContinuation) {
4931 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
4933 } else if(tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
4937 if ((tertiary > tertiaryCommon)) {
5016 if (coll->tertiaryCommon != UCOL_COMMON_BOT3) {
5115 uint8_t tertiaryCommon = coll->tertiaryCommon;
5215 if (tertiary == tertiaryCommon && notIsContinuation) {
5218 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
5220 } else if (tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
5224 if ((tertiary > tertiaryCommon)) {
5259 if (coll->tertiaryCommon != UCOL_COMMON3_NORMAL) {
6478 coll->tertiaryCommon = UCOL_COMMON3_NORMAL;
6486 coll->tertiaryCommon = UCOL_COMMON3_UPPERFIRST;
6490 coll->tertiaryCommon = UCOL_COMMON3_NORMAL;