Home
last modified time | relevance | path

Searched refs:fIncluded (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dfilterrb.cpp102 if (node->fIncluded != PARTIAL) { in match()
104 defaultResult = node->fIncluded; in match()
125 if (node->fIncluded != PARTIAL) { in match()
126 defaultResult = node->fIncluded; in match()
141 if (node->fIncluded == PARTIAL) { in match()
145 return node->fIncluded; in match()
150 : fIncluded(other.fIncluded), fChildren(other.fChildren) { in Tree()
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
213 out << "included: " << kEInclusionNames[fIncluded] << std::endl; in print()
Dfilterrb.h159 EInclusion fIncluded = PARTIAL; member