Home | History | Annotate | Download | only in i18n

Lines Matching refs:tertiaryCommon

4677     uint8_t tertiaryCommon = coll->tertiaryCommon;
4860 if (tertiary == tertiaryCommon && notIsContinuation) {
4863 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
4865 } else if(tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
4869 if ((tertiary > tertiaryCommon)) {
4944 if (coll->tertiaryCommon != UCOL_COMMON_BOT3) {
5041 uint8_t tertiaryCommon = coll->tertiaryCommon;
5141 if (tertiary == tertiaryCommon && notIsContinuation) {
5144 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) {
5146 } else if (tertiary <= tertiaryCommon && tertiaryCommon == UCOL_COMMON3_UPPERFIRST) {
5150 if ((tertiary > tertiaryCommon)) {
5183 if (coll->tertiaryCommon != UCOL_COMMON3_NORMAL) {
6401 coll->tertiaryCommon
6409 coll->tertiaryCommon = UCOL_COMMON3_UPPERFIRST;
6413 coll->tertiaryCommon = UCOL_COMMON3_NORMAL;