Home | History | Annotate | Download | only in common

Lines Matching refs:spanQuickCheckYes

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 {
342 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
802 return ((const Normalizer2 *)norm2)->spanQuickCheckYes(sString, *pErrorCode);