Searched refs:getMaxLinearMatchLength (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
H A Dbytestriebuilder.h131 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } function in class:BytesTrieBuilder
H A Ducharstriebuilder.h138 virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; } function in class:UCharsTrieBuilder
H A Dstringtriebuilder.h118 virtual int32_t getMaxLinearMatchLength() const = 0;
/external/icu4c/common/
H A Dstringtriebuilder.cpp105 int32_t maxLinearMatchLength=getMaxLinearMatchLength();
229 int32_t maxLinearMatchLength=getMaxLinearMatchLength();

Completed in 81 milliseconds