/external/chromium_org/third_party/icu/source/i18n/ |
tblcoll.cpp | 144 const UChar *r = ucol_getRules(ucollator, &length); 612 const UChar *rules = ucol_getRules(ucollator, &length);
|
ucol_res.cpp | 534 const UChar *rules = ucol_getRules(coll, &len); 569 ucol_getRules( const UCollator *coll, 606 const UChar *sourceRules = ucol_getRules(source, &sourceRulesLen); 607 const UChar *targetRules = ucol_getRules(target, &targetRulesLen); [all...] |
ucol_sit.cpp | 845 const UChar* rules = ucol_getRules(coll, &rulesLen);
|
/external/icu4c/i18n/ |
tblcoll.cpp | 143 const UChar *r = ucol_getRules(ucollator, &length); 549 const UChar *rules = ucol_getRules(ucollator, &length);
|
ucol_res.cpp | 547 const UChar *rules = ucol_getRules(coll, &len); 582 ucol_getRules( const UCollator *coll, 619 const UChar *sourceRules = ucol_getRules(source, &sourceRulesLen); 620 const UChar *targetRules = ucol_getRules(target, &targetRulesLen); [all...] |
ucol_sit.cpp | 889 const UChar* rules = ucol_getRules(coll, &rulesLen); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | 716 ucol_getRules( const UCollator *coll, [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cg7coll.c | 157 defRules = ucol_getRules(myCollation, &rlen);
|
capitst.c | 391 log_verbose("ucol_getRules() testing ...\n"); 392 ucol_getRules(ruled, &tempLength); 491 rule1 = ucol_getRules(col1, &tempLength); 492 rule2 = ucol_getRules(col2, &tempLength); 493 rule3 = ucol_getRules(col3, &tempLength); 504 rule4= ucol_getRules(col4, &tempLength); [all...] |
cmsccoll.c | 560 rules = ucol_getRules(coll, &ruleLen); 941 rules = ucol_getRules(coll, &ruleLen); 1138 rules = ucol_getRules(coll, &ruleLen); [all...] |
citertst.c | [all...] |
usrchtst.c | 67 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); 74 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); [all...] |
nucnvtst.c | [all...] |
/external/icu4c/i18n/unicode/ |
ucol.h | [all...] |
/external/icu4c/test/cintltst/ |
cg7coll.c | 161 defRules = ucol_getRules(myCollation, &rlen);
|
capitst.c | 386 log_verbose("ucol_getRules() testing ...\n"); 387 ucol_getRules(ruled, &tempLength); 488 rule1 = ucol_getRules(col1, &tempLength); 489 rule2 = ucol_getRules(col2, &tempLength); 490 rule3 = ucol_getRules(col3, &tempLength); 501 rule4= ucol_getRules(col4, &tempLength); [all...] |
citertst.c | [all...] |
cmsccoll.c | 561 rules = ucol_getRules(coll, &ruleLen); 943 rules = ucol_getRules(coll, &ruleLen); 1141 rules = ucol_getRules(coll, &ruleLen); [all...] |
usrchtst.c | 67 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); 74 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); [all...] |
nucnvtst.c | [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeCollation.cpp | 79 const UChar* rules = ucol_getRules(toCollator(address), &length);
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength); [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength); [all...] |
/external/icu4c/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |