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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java 67 private int fRootIx; // The array index into RBBIRuleBuilder.fTreeRoots
100 if (fRB.fTreeRoots[fRootIx]==null) {
108 fRB.fTreeRoots[fRootIx] = fRB.fTreeRoots[fRootIx].flattenVariables();
111 fRB.fTreeRoots[fRootIx].printTree(true);
124 bofTop.fRightChild = fRB.fTreeRoots[fRootIx];
127 fRB.fTreeRoots[fRootIx] = bofTop;
136 cn.fLeftChild = fRB.fTreeRoots[fRootIx];
137 fRB.fTreeRoots[fRootIx].fParent = cn;
140 fRB.fTreeRoots[fRootIx] = cn
    [all...]
RBBIRuleScanner.java 297 if (fRB.fTreeRoots[destRules] != null) {
304 RBBINode prevRules = fRB.fTreeRoots[destRules];
310 fRB.fTreeRoots[destRules] = orNode;
314 fRB.fTreeRoots[destRules] = fNodeStack[fNodeStackPtr];
    [all...]
RBBIRuleBuilder.java 40 RBBINode[] fTreeRoots = new RBBINode[4];
41 static final int fForwardTree = 0; // Indexes into the above fTreeRoots array
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 66 private int fRootIx; // The array index into RBBIRuleBuilder.fTreeRoots
99 if (fRB.fTreeRoots[fRootIx]==null) {
107 fRB.fTreeRoots[fRootIx] = fRB.fTreeRoots[fRootIx].flattenVariables();
110 fRB.fTreeRoots[fRootIx].printTree(true);
123 bofTop.fRightChild = fRB.fTreeRoots[fRootIx];
126 fRB.fTreeRoots[fRootIx] = bofTop;
135 cn.fLeftChild = fRB.fTreeRoots[fRootIx];
136 fRB.fTreeRoots[fRootIx].fParent = cn;
139 fRB.fTreeRoots[fRootIx] = cn
    [all...]
RBBIRuleScanner.java 296 if (fRB.fTreeRoots[destRules] != null) {
303 RBBINode prevRules = fRB.fTreeRoots[destRules];
309 fRB.fTreeRoots[destRules] = orNode;
313 fRB.fTreeRoots[destRules] = fNodeStack[fNodeStackPtr];
    [all...]
RBBIRuleBuilder.java 39 RBBINode[] fTreeRoots = new RBBINode[4];
40 static final int fForwardTree = 0; // Indexes into the above fTreeRoots array
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 254 milliseconds