Home | History | Annotate | Download | only in unicode

Lines Matching refs:normalize

42  * - static functions that normalize strings or test if strings are normalized
82 * normalize.
219 static void U_EXPORT2 normalize(const UnicodeString& source,
226 * This is equivalent to normalize() with mode UNORM_NFC or UNORM_NFKC.
248 * This is equivalent to normalize() with mode UNORM_NFD or UNORM_NFKD.
309 * This is semantically equivalent to source.equals(normalize(source, mode)) .
356 * dest=normalize(left+right, mode, options)
371 * @see normalize
418 * and normalize if necessary.
441 * @see normalize
460 * current() may need to normalize some text at getIndex().