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

/external/icu4c/test/intltest/
H A Ducaconf.cpp74 int32_t size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, NULL, 0);
77 size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, ucarules, size);
/external/icu4c/i18n/
H A Dtblcoll.cpp300 int32_t rulesize = ucol_getRulesEx(ucollator, delta, NULL, -1);
305 ucol_getRulesEx(ucollator, delta, rules, rulesize);
H A Ducol_res.cpp529 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { function
/external/icu4c/i18n/unicode/
H A Ducol.h1063 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules,
423 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, rules,
1071 int32_t rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, NULL, 0);
1074 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, src.source,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h963 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
H A Durename.h580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h963 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
H A Durename.h580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1789 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256);
1794 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen);
2998 rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, 0);
3000 rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, rulesLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h735 #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) macro

Completed in 254 milliseconds