Home | History | Annotate | Download | only in i18n

Lines Matching full:normalized

211         } else if(state == IN_NORMALIZED && pos != normalized.length()) {
212 c = normalized[pos++];
248 U_ASSERT(pos < normalized.length());
250 if(U16_IS_TRAIL(trail = normalized[pos])) { ++pos; }
292 } else if(state == IN_NORMALIZED && pos != normalized.length()) {
293 c = normalized.char32At(pos);
331 c = normalized.char32At(pos - 1);
362 (state == IN_NORMALIZED && pos == normalized.length()));
376 // The input text segment needed to be normalized.
390 // Collect the characters being checked, in case they need to be normalized.
455 // The input text segment needed to be normalized.
469 // Collect the characters being checked, in case they need to be normalized.
503 normalized.length();
523 nfcImpl.decompose(s, normalized, errorCode);