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

  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/common/
filterednormalizer2.cpp 71 // Not norm2.normalizeSecondAndAppend() because we do not want
87 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first,
90 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
97 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
101 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first,
128 norm2.normalizeSecondAndAppend(first, prefix, errorCode);
135 norm2.normalizeSecondAndAppend(middle, prefix, errorCode);
normalizer2.cpp 71 normalizeSecondAndAppend(UnicodeString &first,
155 normalizeSecondAndAppend(UnicodeString &first,
158 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
164 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
167 normalizeSecondAndAppend(UnicodeString &first,
781 normalizeSecondAndAppend(const UNormalizer2 *norm2,
827 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
841 return normalizeSecondAndAppend(norm2,
852 return normalizeSecondAndAppend(norm2,
    [all...]
unormcmp.cpp 558 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode);
uts46.cpp 543 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode);
    [all...]
  /external/icu4c/common/unicode/
normalizer2.h 59 * can be copied, and the remainder can be processed with normalizeSecondAndAppend().
231 normalizeSecondAndAppend(UnicodeString &first,
346 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
373 * copy that prefix and use normalizeSecondAndAppend() for the remainder.
496 normalizeSecondAndAppend(UnicodeString &first,
646 normalizeSecondAndAppend(UnicodeString &first,
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2322 milliseconds