Home
last modified time | relevance | path

Searched refs:spanNotBack (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dunisetspan.h99 int32_t spanNotBack(const char16_t *s, int32_t length) const;
Dunisetspan.cpp803 return spanNotBack(s, length); in spanBack()
1392 int32_t UnicodeSetStringSpan::spanNotBack(const char16_t *s, int32_t length) const { in spanNotBack() function in UnicodeSetStringSpan
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.h99 int32_t spanNotBack(const UChar *s, int32_t length) const;
Dunisetspan.cpp803 return spanNotBack(s, length); in spanBack()
1392 int32_t UnicodeSetStringSpan::spanNotBack(const UChar *s, int32_t length) const { in spanNotBack() function in UnicodeSetStringSpan
/third_party/icu/icu4c/source/common/
Dunisetspan.h99 int32_t spanNotBack(const UChar *s, int32_t length) const;
Dunisetspan.cpp803 return spanNotBack(s, length); in spanBack()
1392 int32_t UnicodeSetStringSpan::spanNotBack(const UChar *s, int32_t length) const { in spanNotBack() function in UnicodeSetStringSpan
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java651 return spanNotBack(s, length); in spanBack()
896 private int spanNotBack(CharSequence s, int length) { in spanNotBack() method in UnicodeSetStringSpan
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java654 return spanNotBack(s, length); in spanBack()
899 private int spanNotBack(CharSequence s, int length) { in spanNotBack() method in UnicodeSetStringSpan