Searched refs:UCTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance
284 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *ne… in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode290 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==()297 const UCTLinearMatchNode &o=(const UCTLinearMatchNode &)other; in operator ==()302 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write()312 return new UCTLinearMatchNode( in createLinearMatchNode()
140 class UCTLinearMatchNode : public LinearMatchNode {142 UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);