Searched refs:ucol_getRulesEx (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/test/intltest/ |
D | ucaconf.cpp | 74 int32_t size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, NULL, 0); in initRbUCA() 77 size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, ucarules, size); in initRbUCA()
|
/external/icu4c/i18n/ |
D | tblcoll.cpp | 301 int32_t rulesize = ucol_getRulesEx(ucollator, delta, NULL, -1); in getRules() 306 ucol_getRulesEx(ucollator, delta, rules, rulesize); in getRules()
|
D | ucol_res.cpp | 543 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx() function
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules, in serialize() 423 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, rules, in serialize() 1071 int32_t rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, NULL, 0); in getScriptElements() 1074 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, src.source, in getScriptElements()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucol.h | 963 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
D | urename.h | 580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
|
/external/icu4c/i18n/unicode/ |
D | ucol.h | 1161 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ucol.h | 963 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
D | urename.h | 580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
|
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 1789 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256); in TestUCARules() 1794 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen); in TestUCARules() 2998 rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, 0); in TestVariableTopSetting() 3000 …rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, rulesLen+UCOL_TOK_EXTRA_RULE_SPACE_SI… in TestVariableTopSetting()
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 580 #define ucol_getRulesEx ucol_getRulesEx_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 742 #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) macro
|