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,
132 normalizeSecondAndAppend(UnicodeString &first,
135 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
141 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
144 normalizeSecondAndAppend(UnicodeString &first,
691 normalizeSecondAndAppend(const UNormalizer2 *norm2,
735 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
749 return normalizeSecondAndAppend(norm2,
760 return normalizeSecondAndAppend(norm2,

Completed in 35 milliseconds