Lines Matching defs:spanQuickCheckYes
111 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const {
252 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
259 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
268 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
271 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
301 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
304 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
367 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
370 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
408 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
411 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
942 return ((const Normalizer2 *)norm2)->spanQuickCheckYes(sString, *pErrorCode);