Searched refs:ucol_getRulesEx (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1342 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/external/icu/icu4c/source/i18n/
H A Ducol.cpp562 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { function
/external/icu/icu4c/source/common/unicode/
H A Durename.h722 #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) macro
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c394 log_verbose("ucol_getRulesEx() testing ...\n");
395 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
399 log_verbose("ucol_getRulesEx() testing ...\n");
400 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
H A Dcmsccoll.c714 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256);
719 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen);

Completed in 2532 milliseconds