Home
last modified time | relevance | path

Searched refs:matches16 (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java944 private static boolean matches16(CharSequence s, int start, final String t, int length) { in matches16() method in UnicodeSetStringSpan
965 return matches16(s, start, t, tlength) in matches16CPB()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java947 private static boolean matches16(CharSequence s, int start, final String t, int length) { in matches16() method in UnicodeSetStringSpan
968 return matches16(s, start, t, tlength) in matches16CPB()
/third_party/node/deps/icu-small/source/common/
Dunisetspan.cpp454 matches16(const char16_t *s, const char16_t *t, int32_t length) { in matches16() function
480 return matches16(s, t, length) && in matches16CPB()
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp454 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16() function
480 return matches16(s, t, length) && in matches16CPB()
/third_party/icu/icu4c/source/common/
Dunisetspan.cpp454 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16() function
480 return matches16(s, t, length) && in matches16CPB()