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

  /external/icu4c/common/unicode/
normalizer2.h 56 * The spanQuickCheckYes() stops at a normalization boundary.
197 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
213 * In other words, with <code>end=spanQuickCheckYes(s, ec);</code>
234 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
415 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
  /external/icu4c/common/
normalizer2.cpp 86 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const {
181 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
188 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
197 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
200 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
231 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
234 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
293 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
296 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
330 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const
    [all...]
filterednormalizer2.cpp 203 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
216 norm2.spanQuickCheckYes(
unormcmp.cpp 601 int32_t spanQCYes1=n2->spanQuickCheckYes(str1, *pErrorCode);
602 int32_t spanQCYes2=n2->spanQuickCheckYes(str2, *pErrorCode);
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 62 milliseconds