Home
last modified time | relevance | path

Searched refs:UColRuleOption (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducol.h361 } UColRuleOption ; typedef
1344 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
Dtblcoll.h498 void getRules(UColRuleOption delta, UnicodeString &buffer) const;
/external/icu/icu4c/source/i18n/
Ducol.cpp558 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
Drulebasedcollator.cpp348 RuleBasedCollator::getRules(UColRuleOption delta, UnicodeString &buffer) const { in getRules()