Home
last modified time | relevance | path

Searched refs:UCTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp286 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *ne… in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode
292 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()
/external/icu/icu4c/source/common/unicode/
Ducharstriebuilder.h151 class UCTLinearMatchNode : public LinearMatchNode {
153 UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);