Searched defs:matchLimit (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | strmatch.h | 244 int32_t matchLimit; variable
|
D | usearch.cpp | 1770 int32_t *matchLimit, in usearch_search() 2090 int32_t *matchLimit, in usearch_searchBackwards()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strmatch.h | 244 int32_t matchLimit; variable
|
D | usearch.cpp | 3845 int32_t *matchLimit, in usearch_search() 4145 int32_t *matchLimit, in usearch_searchBackwards()
|
/third_party/icu/icu4c/source/i18n/ |
D | strmatch.h | 244 int32_t matchLimit; variable
|
D | usearch.cpp | 1772 int32_t *matchLimit, in usearch_search() 2092 int32_t *matchLimit, in usearch_searchBackwards()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringMatcher.java | 46 private int matchLimit; field in StringMatcher
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringMatcher.java | 47 private int matchLimit; field in StringMatcher
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 227 int matchLimit = start + str.length(); in containsSpanUTF16() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 230 int matchLimit = start + str.length(); in containsSpanUTF16() local
|
/third_party/node/deps/icu-small/source/common/ |
D | ustring.cpp | 43 isMatchAtCPBoundary(const char16_t *start, const char16_t *match, const char16_t *matchLimit, const… in isMatchAtCPBoundary()
|
/third_party/icu/icu4c/source/common/ |
D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2564 int32_t matchLimit=start+str->length(); in containsSpanUTF16() local 2763 int32_t matchLimit=start+length8; in containsSpanUTF8() local
|