Home | History | Annotate | Download | only in i18n

Lines Matching defs:newStrength

988     uint32_t newStrength = UCOL_TOK_UNSET;
1016 if (newStrength == UCOL_TOK_UNSET) {
1022 // newStrength = UCOL_TOK_RESET;
1042 if (newStrength != UCOL_TOK_UNSET) {
1050 newStrength = UCOL_TOK_RESET;
1053 newStrength = UCOL_IDENTICAL;
1061 if (newStrength != UCOL_TOK_UNSET) {
1069 newStrength = UCOL_TOK_RESET;
1072 newStrength = UCOL_TERTIARY;
1076 if (newStrength != UCOL_TOK_UNSET) {
1084 newStrength = UCOL_TOK_RESET;
1087 newStrength = UCOL_SECONDARY;
1091 if (newStrength != UCOL_TOK_UNSET) {
1099 newStrength = UCOL_TOK_RESET;
1108 newStrength = UCOL_TERTIARY;
1110 newStrength = UCOL_SECONDARY;
1113 newStrength = UCOL_PRIMARY;
1122 if (newStrength != UCOL_TOK_UNSET) {
1127 newStrength = UCOL_TOK_RESET; /* PatternEntry::RESET = 0 */
1136 if(newStrength == UCOL_TOK_RESET) {
1153 if(newStrength != UCOL_TOK_RESET && newStrength != UCOL_TOK_UNSET) {
1167 if(newStrength == UCOL_TOK_RESET) {
1194 if (newStrength == UCOL_TOK_UNSET) { /* quote is illegal until we have a strength */
1200 // newStrength = UCOL_TOK_RESET;
1235 if (newStrength == UCOL_TOK_UNSET) {
1273 if (newStrength != UCOL_TOK_UNSET) {
1289 newStrength = src->parsedToken.strength;
1300 if (newStrength == UCOL_TOK_UNSET) {
1348 if (newStrength == UCOL_TOK_UNSET) {
1359 src->parsedToken.strength = newStrength;