HomeSort by relevance Sort by last modified time
    Searched refs:LinearMatchNode (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/unicode/
bytestriebuilder.h 142 class BTLinearMatchNode : public LinearMatchNode {
ucharstriebuilder.h 146 class UCTLinearMatchNode : public LinearMatchNode {
stringtriebuilder.h 297 class LinearMatchNode : public ValueNode {
299 LinearMatchNode(int32_t len, Node *nextNode)
  /external/icu4c/common/
stringtriebuilder.cpp 457 StringTrieBuilder::LinearMatchNode::operator==(const Node &other) const {
464 const LinearMatchNode &o=(const LinearMatchNode &)other;
469 StringTrieBuilder::LinearMatchNode::markRightEdgesFirst(int32_t edgeNumber) {
bytestriebuilder.cpp 339 : LinearMatchNode(len, nextNode), s(bytes) {
348 if(!LinearMatchNode::operator==(other)) {
ucharstriebuilder.cpp 287 : LinearMatchNode(len, nextNode), s(units) {
296 if(!LinearMatchNode::operator==(other)) {

Completed in 1065 milliseconds