Home | History | Annotate | Download | only in genldml

Lines Matching defs:newStrength

3073   uint32_t newStrength = UCOL_TOK_UNSET; 
3096 if (newStrength == UCOL_TOK_UNSET) {
3101 // newStrength = UCOL_TOK_RESET;
3108 if (newStrength != UCOL_TOK_UNSET) {
3114 newStrength = UCOL_TOK_RESET;
3119 newStrength = UCOL_IDENTICAL;
3123 if (newStrength != UCOL_TOK_UNSET) {
3129 newStrength = UCOL_TOK_RESET;
3134 newStrength = UCOL_TERTIARY;
3145 if (newStrength != UCOL_TOK_UNSET) {
3153 newStrength = UCOL_TOK_RESET;
3156 newStrength = UCOL_SECONDARY;
3160 if (newStrength != UCOL_TOK_UNSET) {
3168 newStrength = UCOL_TOK_RESET;
3177 newStrength = UCOL_TERTIARY;
3179 newStrength = UCOL_SECONDARY;
3182 newStrength = UCOL_PRIMARY;
3187 if (newStrength != UCOL_TOK_UNSET) {
3192 newStrength = UCOL_TOK_RESET; /* PatternEntry::RESET = 0 */
3196 if (newStrength == UCOL_TOK_UNSET){
3197 newStrength = UCOL_TOK_SETTING;
3231 if (newStrength == UCOL_TOK_UNSET) { /* quote is illegal until we have a strength */
3236 // newStrength = UCOL_TOK_RESET;
3268 if (newStrength == UCOL_TOK_UNSET) {
3271 newStrength = UCOL_TOK_OVERRIDE;
3296 if (newStrength == UCOL_TOK_UNSET) {
3326 if(newStrength == UCOL_TOK_UNSET && src->current == src->end){
3330 return newStrength;