Home
last modified time | relevance | path

Searched refs:LinearMatchNode (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp453 StringTrieBuilder::LinearMatchNode::operator==(const Node &other) const { in operator ==()
460 const LinearMatchNode &o=(const LinearMatchNode &)other; in operator ==()
465 StringTrieBuilder::LinearMatchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
Ducharstriebuilder.cpp287 : LinearMatchNode(len, nextNode), s(units) { in UCTLinearMatchNode()
296 if(!LinearMatchNode::operator==(other)) { in operator ==()
Dbytestriebuilder.cpp339 : LinearMatchNode(len, nextNode), s(bytes) { in BTLinearMatchNode()
348 if(!LinearMatchNode::operator==(other)) { in operator ==()
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h296 class LinearMatchNode : public ValueNode {
298 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode() function
Ducharstriebuilder.h152 class UCTLinearMatchNode : public LinearMatchNode {
Dbytestriebuilder.h148 class BTLinearMatchNode : public LinearMatchNode {