Home
last modified time | relevance | path

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

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