Home
last modified time | relevance | path

Searched defs:spanQuickCheckYes (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dnorm2allmodes.h168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
232spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
326 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function
365spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
Dfilterednormalizer2.cpp300 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FilteredNormalizer2
Dnormalizer2.cpp161 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function in NoopNormalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNorm2AllModes.java78 public int spanQuickCheckYes(CharSequence s) { return s.length(); } in spanQuickCheckYes() method in Norm2AllModes.NoopNormalizer2
193 public int spanQuickCheckYes(CharSequence s) { in spanQuickCheckYes() method in Norm2AllModes.DecomposeNormalizer2
246 public int spanQuickCheckYes(CharSequence s) { in spanQuickCheckYes() method in Norm2AllModes.ComposeNormalizer2
285 public int spanQuickCheckYes(CharSequence s) { in spanQuickCheckYes() method in Norm2AllModes.FCDNormalizer2
/third_party/icu/icu4c/source/common/
Dnorm2allmodes.h168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function
208 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function
296 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function
335 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function
Dfilterednormalizer2.cpp300 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FilteredNormalizer2
Dnormalizer2.cpp161 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function in NoopNormalizer2
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnorm2allmodes.h168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function
208 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function
296 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function
335 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes() function
Dfilterednormalizer2.cpp300 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FilteredNormalizer2
Dnormalizer2.cpp161 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function in NoopNormalizer2
/third_party/node/deps/icu-small/source/common/
Dnorm2allmodes.h168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
232spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
326 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function
365spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes() function
Dfilterednormalizer2.cpp300 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes() function in FilteredNormalizer2
Dnormalizer2.cpp161 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes() function in NoopNormalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer2.java367 public abstract int spanQuickCheckYes(CharSequence s); in spanQuickCheckYes() method in Normalizer2
DFilteredNormalizer2.java163 public int spanQuickCheckYes(CharSequence s) { in spanQuickCheckYes() method in FilteredNormalizer2
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2972 public int spanQuickCheckYes(CharSequence s) { return 0; } in spanQuickCheckYes() method in BasicTest.TestNormalizer2