Searched defs:matchNodesCanHaveValues (Results 1 – 5 of 5) sorted by relevance
145 virtual UBool matchNodesCanHaveValues() const { return TRUE; } in matchNodesCanHaveValues() function
138 virtual UBool matchNodesCanHaveValues() const { return FALSE; } in matchNodesCanHaveValues() function
110 protected boolean matchNodesCanHaveValues() /*const*/ { return true; } in matchNodesCanHaveValues() method in CharsTrieBuilder
132 protected boolean matchNodesCanHaveValues() /*const*/ { return false; } in matchNodesCanHaveValues() method in BytesTrieBuilder
822 protected abstract boolean matchNodesCanHaveValues() /*const*/; in matchNodesCanHaveValues() method in StringTrieBuilder