Home
last modified time | relevance | path

Searched refs:spanQuickCheckYes (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dnormalizer2.cpp90 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const { in spanQuickCheckYes() function in NoopNormalizer2
195 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode); in isNormalized()
202 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in Normalizer2WithImpl
211 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray); in spanQuickCheckYes()
214 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
240 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function in DecomposeNormalizer2
243 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
302 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const { in spanQuickCheckYes() function in ComposeNormalizer2
305 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
339 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FCDNormalizer2
[all …]
Dfilterednormalizer2.cpp208 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FilteredNormalizer2
221 norm2.spanQuickCheckYes( in spanQuickCheckYes()
Dunormcmp.cpp601 int32_t spanQCYes1=n2->spanQuickCheckYes(str1, *pErrorCode); in unorm_compare()
602 int32_t spanQCYes2=n2->spanQuickCheckYes(str2, *pErrorCode); in unorm_compare()
/external/icu4c/common/unicode/
Dnormalizer2.h248 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
432 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
/external/icu4c/i18n/
Ducol.cpp4713 int32_t qcYesLength = norm2->spanQuickCheckYes(normSource, *status); in ucol_calcSortKey()
5313 int32_t qcYesLength = norm2->spanQuickCheckYes(normSource, *status); in ucol_calcSortKeySimpleTertiary()