Home | History | Annotate | Download | only in common

Lines Matching refs:spanQuickCheckYes

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