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

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

Completed in 150 milliseconds