Searched refs:UCTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance
288 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *ne… in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode294 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==()301 const UCTLinearMatchNode &o=(const UCTLinearMatchNode &)other; in operator ==()306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write()316 return new UCTLinearMatchNode( in createLinearMatchNode()
153 class UCTLinearMatchNode : public LinearMatchNode {155 UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);