Searched refs:UCTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance
286 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *ne… in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode292 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==()299 const UCTLinearMatchNode &o=(const UCTLinearMatchNode &)other; in operator ==()304 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write()314 return new UCTLinearMatchNode( in createLinearMatchNode()
151 class UCTLinearMatchNode : public LinearMatchNode {153 UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);