Home | History | Annotate | Download | only in common

Lines Matching defs:normalize

58     normalize(const UnicodeString &src,
127 // normalize
129 normalize(const UnicodeString &src,
145 normalize(sArray, sArray+src.length(), buffer, errorCode);
150 normalize(const UChar *src, const UChar *limit,
153 // normalize and append
288 normalize(const UChar *src, const UChar *limit,
292 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
322 normalize(const UChar *src, const UChar *limit,
326 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
395 normalize(const UChar *src, const UChar *limit,
399 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
762 // length==0: Nothing to do, and n2wi->normalize(NULL, NULL, buffer, ...) would crash.
770 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode);
774 n2->normalize(srcString, destString, *pErrorCode);