Lines Matching refs:normalize
39 normalize(const UnicodeString &src,
104 // normalize
106 normalize(const UnicodeString &src,
122 normalize(sArray, sArray+src.length(), buffer, errorCode);
127 normalize(const UChar *src, const UChar *limit,
130 // normalize and append
238 normalize(const UChar *src, const UChar *limit,
242 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
269 normalize(const UChar *src, const UChar *limit,
273 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
339 normalize(const UChar *src, const UChar *limit,
343 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
672 // length==0: Nothing to do, and n2wi->normalize(NULL, NULL, buffer, ...) would crash.
680 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode);
684 n2->normalize(srcString, destString, *pErrorCode);