Searched refs:UCOL_FULL_RULES (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducaconf.cpp74 UCA->getRules(UCOL_FULL_RULES, ucarules);
H A Dapicoll.cpp391 coll->getRules(UCOL_FULL_RULES, rules);
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp76 UCA->getRules(UCOL_FULL_RULES, ucarules);
H A Dapicoll.cpp349 coll->getRules(UCOL_FULL_RULES, rules);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h352 UCOL_FULL_RULES enumerator in enum:__anon12152
1258 * @param delta one of UCOL_TAILORING_ONLY, UCOL_FULL_RULES.
1263 * @see UCOL_FULL_RULES
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules,
423 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, rules,
1070 int32_t rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, NULL, 0);
1073 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, src.source,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h360 UCOL_FULL_RULES enumerator in enum:__anon21938
1310 * @param delta one of UCOL_TAILORING_ONLY, UCOL_FULL_RULES.
1315 * @see UCOL_FULL_RULES
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp541 if(delta == UCOL_FULL_RULES) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1819 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256);
1824 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen);
3034 rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, 0);
3036 rulesLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rulesCopy, rulesLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE);
H A Dcapitst.c387 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c390 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 357 milliseconds