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

/external/icu4c/common/unicode/
H A Dbytestriebuilder.h136 class BTLinearMatchNode : public LinearMatchNode { class in class:BytesTrieBuilder
138 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);
/external/icu4c/common/
H A Dbytestriebuilder.cpp336 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) function in class:BytesTrieBuilder::BTLinearMatchNode
342 BytesTrieBuilder::BTLinearMatchNode::operator==(const Node &other) const {
349 const BTLinearMatchNode &o=(const BTLinearMatchNode &)other;
354 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) {
364 return new BTLinearMatchNode(

Completed in 61 milliseconds