Searched refs:fStrippedRules (Results 1 – 7 of 7) sorted by relevance
50 : fRules(rules), fStrippedRules(rules) in RBBIRuleBuilder()145 fStrippedRules = fScanner->stripRules(fStrippedRules); in flattenData()157 int32_t rulesSize = align8((fStrippedRules.length()+1) * sizeof(UChar)); in flattenData()191 data->fRuleSourceLen = fStrippedRules.length() * sizeof(UChar); in flattenData()204 fStrippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus); in flattenData()
148 UnicodeString fStrippedRules; // The rule string, with comments stripped. variable
952 fRB->fStrippedRules.setCharAt(i, u' '); in nextChar()
33 StringBuilder fStrippedRules; // The rule string, with comments stripped. field in RBBIRuleBuilder148 fStrippedRules = new StringBuilder(rules); in RBBIRuleBuilder()174 String strippedRules = RBBIRuleScanner.stripRules(fStrippedRules.toString()); in flattenData()
817 fRB.fStrippedRules.setCharAt(i, ' '); in nextChar()
32 StringBuilder fStrippedRules; // The rule string, with comments stripped. field in RBBIRuleBuilder147 fStrippedRules = new StringBuilder(rules); in RBBIRuleBuilder()173 String strippedRules = RBBIRuleScanner.stripRules(fStrippedRules.toString()); in flattenData()
816 fRB.fStrippedRules.setCharAt(i, ' '); in nextChar()