Searched defs:normalizeSecondAndAppend (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dfilterednormalizer2.cpp69 // Not norm2.normalizeSecondAndAppend() because we do not want
85 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, function in class:FilteredNormalizer2
88 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
95 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
99 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, function in class:FilteredNormalizer2
126 norm2.normalizeSecondAndAppend(first, prefix, errorCode);
133 norm2.normalizeSecondAndAppend(middle, prefix, errorCode);
H A Dnormalizer2.cpp52 normalizeSecondAndAppend(UnicodeString &first, function in class:NoopNormalizer2
132 normalizeSecondAndAppend(UnicodeString &first, function in class:Normalizer2WithImpl
135 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
141 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
144 normalizeSecondAndAppend(UnicodeString &first, function in class:Normalizer2WithImpl
679 normalizeSecondAndAppend(const UNormalizer2 *norm2, function
710 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
724 return normalizeSecondAndAppend(norm2,
735 return normalizeSecondAndAppend(norm2,

Completed in 184 milliseconds