Searched refs:f2ndRuleForPos (Results 1 – 4 of 4) sorted by relevance
554 f2ndRuleForPos = new int[fString.length()+1]; in set()613 f2ndRuleForPos[i] = ruleNum; in set()699 if (f2ndRuleForPos[charIdx] > 0) { in dump()700 secondRuleName = fBkRules.fBreakRules.get(f2ndRuleForPos[charIdx]).fName; in dump()727 … int f2ndRuleForPos[]; // As above. A 2nd rule applies when the preceding rule field in RBBIMonkeyTest.MonkeyTestData
557 f2ndRuleForPos = new int[fString.length()+1]; in set()616 f2ndRuleForPos[i] = ruleNum; in set()702 if (f2ndRuleForPos[charIdx] > 0) { in dump()703 secondRuleName = fBkRules.fBreakRules.get(f2ndRuleForPos[charIdx]).fName; in dump()730 … int f2ndRuleForPos[]; // As above. A 2nd rule applies when the preceding rule field in RBBIMonkeyTest.MonkeyTestData
165 … UnicodeString f2ndRuleForPos; // As above. A 2nd rule applies when the preceding rule variable
445 f2ndRuleForPos = fActualBreaks; in set()506 f2ndRuleForPos.setCharAt(i, (UChar)ruleNum); in set()590 if (f2ndRuleForPos.charAt(charIdx) > 0) { in dump()591 …econdRule = static_cast<BreakRule *>(fBkRules->fBreakRules.elementAt(f2ndRuleForPos.charAt(charIdx… in dump()