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

  /external/icu4c/common/
filterednormalizer2.cpp 208 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
221 norm2.spanQuickCheckYes(
normalizer2.cpp 90 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const {
195 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
202 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
211 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
214 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
240 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
243 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
302 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
305 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
339 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const
    [all...]

Completed in 144 milliseconds