HomeSort by relevance Sort by last modified time
    Searched defs:normalizeSecondAndAppend (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
filterednormalizer2.cpp 69 // Not norm2.normalizeSecondAndAppend() because we do not want
85 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first,
88 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
95 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
99 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first,
126 norm2.normalizeSecondAndAppend(first, prefix, errorCode);
133 norm2.normalizeSecondAndAppend(middle, prefix, errorCode);
normalizer2.cpp 52 normalizeSecondAndAppend(UnicodeString &first,
133 normalizeSecondAndAppend(UnicodeString &first,
136 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
142 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
145 normalizeSecondAndAppend(UnicodeString &first,
664 normalizeSecondAndAppend(const UNormalizer2 *norm2,
692 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
705 return normalizeSecondAndAppend(norm2,
716 return normalizeSecondAndAppend(norm2,

Completed in 52 milliseconds