Searched defs:fRuleRoot (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java97 boolean fRuleRoot; // True if this node is the root of a rule. field in class:RBBINode
140 fRuleRoot = false;
202 retNode.fRuleRoot = this.fRuleRoot;
/external/icu/icu4c/source/common/
H A Drbbinode.h85 UBool fRuleRoot; // True if this node is the root of a rule. member in class:RBBINode
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java96 boolean fRuleRoot; // True if this node is the root of a rule. field in class:RBBINode
139 fRuleRoot = false;
201 retNode.fRuleRoot = this.fRuleRoot;

Completed in 72 milliseconds