Searched refs:spanOne (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UnicodeSetStringSpan.java | 521 spanLength = spanOne(spanSet, s, pos, rest); in spanWithStrings() 577 int cpLength = spanOne(spanSet, s, pos, rest); in spanAndCount() 612 int cpLength = spanOne(spanSet, s, pos, rest); in spanContainedAndCount() 865 int cpLength = spanOne(spanSet, s, pos, rest); in spanNot() 976 static int spanOne(final UnicodeSet set, CharSequence s, int start, int length) { in spanOne() method in UnicodeSetStringSpan
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 524 spanLength = spanOne(spanSet, s, pos, rest); in spanWithStrings() 580 int cpLength = spanOne(spanSet, s, pos, rest); in spanAndCount() 615 int cpLength = spanOne(spanSet, s, pos, rest); in spanContainedAndCount() 868 int cpLength = spanOne(spanSet, s, pos, rest); in spanNot() 979 static int spanOne(final UnicodeSet set, CharSequence s, int start, int length) { in spanOne() method in UnicodeSetStringSpan
|
/third_party/node/deps/icu-small/source/common/ |
D | unisetspan.cpp | 488 spanOne(const UnicodeSet &set, const char16_t *s, int32_t length) { in spanOne() function 777 spanLength=spanOne(spanSet, s+pos, rest); in span() 1364 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unisetspan.cpp | 488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() function 777 spanLength=spanOne(spanSet, s+pos, rest); in span() 1364 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot()
|
/third_party/icu/icu4c/source/common/ |
D | unisetspan.cpp | 488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() function 777 spanLength=spanOne(spanSet, s+pos, rest); in span() 1364 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot()
|