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 {
204 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
211 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
220 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
223 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
250 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
253 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
313 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
316 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
351 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const
    [all...]

Completed in 83 milliseconds