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

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

Completed in 94 milliseconds