Home | History | Annotate | Download | only in i18n

Lines Matching defs:newStrength

994     uint32_t newStrength = UCOL_TOK_UNSET;
1022 if (newStrength == UCOL_TOK_UNSET) {
1028 // newStrength = UCOL_TOK_RESET;
1048 if (newStrength != UCOL_TOK_UNSET) {
1056 newStrength = UCOL_TOK_RESET;
1059 newStrength = UCOL_IDENTICAL;
1067 if (newStrength != UCOL_TOK_UNSET) {
1075 newStrength = UCOL_TOK_RESET;
1078 newStrength = UCOL_TERTIARY;
1082 if (newStrength != UCOL_TOK_UNSET) {
1090 newStrength = UCOL_TOK_RESET;
1093 newStrength = UCOL_SECONDARY;
1097 if (newStrength != UCOL_TOK_UNSET) {
1105 newStrength = UCOL_TOK_RESET;
1114 newStrength = UCOL_TERTIARY;
1116 newStrength = UCOL_SECONDARY;
1119 newStrength = UCOL_PRIMARY;
1128 if (newStrength != UCOL_TOK_UNSET) {
1133 newStrength = UCOL_TOK_RESET; /* PatternEntry::RESET = 0 */
1142 if(newStrength == UCOL_TOK_RESET) {
1159 if(newStrength != UCOL_TOK_RESET && newStrength != UCOL_TOK_UNSET) {
1173 if(newStrength == UCOL_TOK_RESET) {
1200 if (newStrength == UCOL_TOK_UNSET) { /* quote is illegal until we have a strength */
1206 // newStrength = UCOL_TOK_RESET;
1241 if (newStrength == UCOL_TOK_UNSET) {
1279 if (newStrength != UCOL_TOK_UNSET) {
1295 newStrength = src->parsedToken.strength;
1306 if (newStrength == UCOL_TOK_UNSET) {
1354 if (newStrength == UCOL_TOK_UNSET) {
1365 src->parsedToken.strength = newStrength;