Searched refs:ucol_getRulesEx (Results 1 – 8 of 8) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 1362 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
D | urename.h | 728 #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 1362 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 561 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 397 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen ); in TestProperty() 402 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen ); in TestProperty()
|
D | cmsccoll.c | 713 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256); in TestUCARules() 718 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen); in TestUCARules()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 728 #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1178 return ucol_getRulesEx(coll, delta, buffer, bufferLen); in ucol_getRulesEx_android()
|