Home | History | Annotate | Download | only in genldml

Lines Matching refs:strength

2449 strength  	    primary (1)         [strength 1] 	                strength = "primary" 
2497 if(setting == "strength"){
2699 uint32_t strength = parseRules(&src,startOfRules);
2704 fprintf(stderr,"parseRules returned NULL for strength!. Error: %s", u_errorName(mError));
2709 if((prevStrength == strength) && (prevStrength == UCOL_TOK_DONE)){
2723 if((prevStrength != strength) ||
2826 prevStrength = strength;
2851 // strength context string extension
3105 /* Sets the strength for this entry */
3112 /* if we start with strength, we'll reset to top */
3127 /* if we start with strength, we'll reset to top */
3149 /* if we start with strength, we'll reset to top */
3164 /* if we start with strength, we'll reset to top */
3172 /* another strength */
3231 if (newStrength == UCOL_TOK_UNSET) { /* quote is illegal until we have a strength */
3265 /* '@' is french only if the strength is not currently set */