Home
last modified time | relevance | path

Searched defs:getMaxLinearMatchLength (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Ducharstriebuilder.h154 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
Dbytestriebuilder.h146 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestriebuilder.h143 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
Ducharstriebuilder.h151 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestriebuilder.h146 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
Ducharstriebuilder.h154 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrieBuilder.java133 protected int getMaxLinearMatchLength() /*const*/ { return CharsTrie.kMaxLinearMatchLength; } in getMaxLinearMatchLength() method in CharsTrieBuilder
DBytesTrieBuilder.java155 protected int getMaxLinearMatchLength() /*const*/ { return BytesTrie.kMaxLinearMatchLength; } in getMaxLinearMatchLength() method in BytesTrieBuilder
DStringTrieBuilder.java842 protected abstract int getMaxLinearMatchLength() /*const*/; in getMaxLinearMatchLength() method in StringTrieBuilder