Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp338 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNo… in BTLinearMatchNode() function in BytesTrieBuilder::BTLinearMatchNode
344 BytesTrieBuilder::BTLinearMatchNode::operator==(const Node &other) const { in operator ==()
351 const BTLinearMatchNode &o=(const BTLinearMatchNode &)other; in operator ==()
356 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write()
366 return new BTLinearMatchNode( in createLinearMatchNode()
/external/icu/icu4c/source/common/unicode/
Dbytestriebuilder.h147 class BTLinearMatchNode : public LinearMatchNode {
149 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);