HomeSort by relevance Sort by last modified time
    Searched defs:fRuleRoot (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBINode.java 97 boolean fRuleRoot; // True if this node is the root of a rule.
140 fRuleRoot = false;
202 retNode.fRuleRoot = this.fRuleRoot;
  /external/icu/icu4c/source/common/
rbbinode.h 85 UBool fRuleRoot; // True if this node is the root of a rule.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBINode.java 96 boolean fRuleRoot; // True if this node is the root of a rule.
139 fRuleRoot = false;
201 retNode.fRuleRoot = this.fRuleRoot;

Completed in 428 milliseconds