Searched defs:getMinLinearMatch (Results 1 – 11 of 11) sorted by relevance
150 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
142 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
145 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
153 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
154 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
150 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
125 protected int getMinLinearMatch() /*const*/ { return CharsTrie.kMinLinearMatch; } in getMinLinearMatch() method in CharsTrieBuilder
147 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder
836 protected abstract int getMinLinearMatch() /*const*/; in getMinLinearMatch() method in StringTrieBuilder