Searched refs:normalizeSecondAndAppend (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dfilterednormalizer2.cpp71 // Not norm2.normalizeSecondAndAppend() because we do not want
87 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, function in class:FilteredNormalizer2
90 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
97 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
101 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, function in class:FilteredNormalizer2
128 norm2.normalizeSecondAndAppend(first, prefix, errorCode);
135 norm2.normalizeSecondAndAppend(middle, prefix, errorCode);
H A Dnormalizer2.cpp73 normalizeSecondAndAppend(UnicodeString &first, function in class:NoopNormalizer2
157 normalizeSecondAndAppend(UnicodeString &first, function in class:Normalizer2WithImpl
160 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
166 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
169 normalizeSecondAndAppend(UnicodeString &first, function in class:Normalizer2WithImpl
783 normalizeSecondAndAppend(const UNormalizer2 *norm2, function
829 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
843 return normalizeSecondAndAppend(norm2,
854 return normalizeSecondAndAppend(norm2,
H A Dunormcmp.cpp558 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode);
H A Duts46.cpp545 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode);
/external/icu4c/common/unicode/
H A Dnormalizer2.h59 * can be copied, and the remainder can be processed with normalizeSecondAndAppend().
233 normalizeSecondAndAppend(UnicodeString &first,
348 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
375 * copy that prefix and use normalizeSecondAndAppend() for the remainder.
502 normalizeSecondAndAppend(UnicodeString &first,
652 normalizeSecondAndAppend(UnicodeString &first,
/external/icu4c/i18n/
H A Ducol.cpp4722 norm2->normalizeSecondAndAppend(normSource, unnormalized, *status);
5092 norm2->normalizeSecondAndAppend(normSource, unnormalized, *status);
7045 // Note: spanQuickCheckYes() + normalizeSecondAndAppend() rather than

Completed in 326 milliseconds