Searched refs:ruleSource (Results 1 – 3 of 3) sorted by relevance
232 StringBuilder ruleSource = new StringBuilder(); in toRules() local235 ruleSource.append('\n'); in toRules()238 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()240 return ruleSource.toString(); in toRules()
233 StringBuilder ruleSource = new StringBuilder(); in toRules() local236 ruleSource.append('\n'); in toRules()239 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()241 return ruleSource.toString(); in toRules()
430 UnicodeString& TransliterationRuleSet::toRules(UnicodeString& ruleSource, in toRules() argument434 ruleSource.truncate(0); in toRules()437 ruleSource.append((UChar) 0x000A /*\n*/); in toRules()441 r->toRule(ruleSource, escapeUnprintable); in toRules()443 return ruleSource; in toRules()