Home | History | Annotate | Download | only in i18n

Lines Matching full:normalized

133         } else if(state >= IN_NORM_ITER_AT_LIMIT && pos != normalized.length()) {
134 c = normalized[pos++];
154 U_ASSERT(pos < normalized.length());
156 if(U16_IS_TRAIL(trail = normalized[pos])) { ++pos; }
194 } else if(state >= IN_NORM_ITER_AT_LIMIT && pos != normalized.length()) {
195 c = normalized.char32At(pos);
248 c = normalized.char32At(pos - 1);
279 (state >= IN_NORM_ITER_AT_LIMIT && pos == normalized.length()));
293 // The input text segment needed to be normalized.
310 // Collect the characters being checked, in case they need to be normalized.
374 // The input text segment needed to be normalized.
391 // Collect the characters being checked, in case they need to be normalized.
424 pos = normalized.length();
444 nfcImpl.decompose(s, normalized, errorCode);