Searched refs:ruleSource (Results 1 – 4 of 4) sorted by relevance
230 StringBuilder ruleSource = new StringBuilder(); in toRules() local233 ruleSource.append('\n'); in toRules()236 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()238 return ruleSource.toString(); in toRules()
231 StringBuilder ruleSource = new StringBuilder(); in toRules() local234 ruleSource.append('\n'); in toRules()237 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()239 return ruleSource.toString(); in toRules()
428 UnicodeString& TransliterationRuleSet::toRules(UnicodeString& ruleSource, in toRules() argument432 ruleSource.truncate(0); in toRules()435 ruleSource.append((UChar) 0x000A /*\n*/); in toRules()439 r->toRule(ruleSource, escapeUnprintable); in toRules()441 return ruleSource; in toRules()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...