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

  /external/icu4c/common/unicode/
normalizer2.h 59 * can be copied, and the remainder can be processed with normalizeSecondAndAppend().
155 normalizeSecondAndAppend(UnicodeString &first,
211 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
238 * copy that prefix and use normalizeSecondAndAppend() for the remainder.
359 normalizeSecondAndAppend(UnicodeString &first,
470 normalizeSecondAndAppend(UnicodeString &first,
  /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,
679 normalizeSecondAndAppend(const UNormalizer2 *norm2,
710 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
724 return normalizeSecondAndAppend(norm2,
735 return normalizeSecondAndAppend(norm2,
unormcmp.cpp 619 n2->normalizeSecondAndAppend(fcd1, unnormalized, *pErrorCode);
626 n2->normalizeSecondAndAppend(fcd2, unnormalized, *pErrorCode);
uts46.cpp 537 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode);
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 1104 milliseconds