Home
last modified time | relevance | path

Searched refs:ruleSource (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRuleSet.java232 StringBuilder ruleSource = new StringBuilder(); in toRules() local
235 ruleSource.append('\n'); in toRules()
238 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()
240 return ruleSource.toString(); in toRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRuleSet.java233 StringBuilder ruleSource = new StringBuilder(); in toRules() local
236 ruleSource.append('\n'); in toRules()
239 ruleSource.append(r.toRule(escapeUnprintable)); in toRules()
241 return ruleSource.toString(); in toRules()
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_set.cpp430 UnicodeString& TransliterationRuleSet::toRules(UnicodeString& ruleSource, in toRules() argument
434 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()
/third_party/icu/icu4c/source/i18n/
Drbt_set.cpp427 UnicodeString& TransliterationRuleSet::toRules(UnicodeString& ruleSource, in toRules() argument
431 ruleSource.truncate(0); in toRules()
434 ruleSource.append((UChar) 0x000A /*\n*/); in toRules()
438 r->toRule(ruleSource, escapeUnprintable); in toRules()
440 return ruleSource; in toRules()
/third_party/node/deps/icu-small/source/i18n/
Drbt_set.cpp427 UnicodeString& TransliterationRuleSet::toRules(UnicodeString& ruleSource, in toRules() argument
431 ruleSource.truncate(0); in toRules()
434 ruleSource.append((char16_t) 0x000A /*\n*/); in toRules()
438 r->toRule(ruleSource, escapeUnprintable); in toRules()
440 return ruleSource; in toRules()