Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp340 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNo… in BTLinearMatchNode() function in BytesTrieBuilder::BTLinearMatchNode
347 BytesTrieBuilder::BTLinearMatchNode::operator==(const Node &other) const { in operator ==()
354 const BTLinearMatchNode &o=(const BTLinearMatchNode &)other; in operator ==()
359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write()
369 return new BTLinearMatchNode( in createLinearMatchNode()
/external/icu/icu4c/source/common/unicode/
Dbytestriebuilder.h148 class BTLinearMatchNode : public LinearMatchNode {
150 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);