Home | History | Annotate | Download | only in common

Lines Matching refs:spanQuickCheckYes

159         return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
166 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
175 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
178 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
206 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
209 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
270 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
273 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
309 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
312 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.