Searched refs:ucol_getRules (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cg7coll.c | 160 defRules = ucol_getRules(myCollation, &rlen); in TestG7Locales()
|
D | capitst.c | 383 rules = ucol_getRules(ruled, &tempLength); in TestProperty() 489 rule1 = ucol_getRules(col1, &tempLength); in TestRuleBasedColl() 490 rule2 = ucol_getRules(col2, &tempLength); in TestRuleBasedColl() 491 rule3 = ucol_getRules(col3, &tempLength); in TestRuleBasedColl() 502 rule4= ucol_getRules(col4, &tempLength); in TestRuleBasedColl() 980 rules = ucol_getRules(c1, &rulesLength); in TestOpenVsOpenRules()
|
D | cmsccoll.c | 2814 sourceRules = ucol_getRules(source, &sourceRulesLen); in TestEqualsForCollator() 5562 virules = (UChar*) ucol_getRules(vicoll, &viruleslength); in TestImport() 5569 esrules = (UChar*) ucol_getRules(escoll, &esruleslength); in TestImport() 5666 virules = ucol_getRules(vicoll, &viruleslength); in TestImportWithType() 5680 derules = ucol_getRules(decoll, &deruleslength); in TestImportWithType()
|
D | usrchtst.c | 69 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open() 76 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
|
D | nucnvtst.c | 5414 rules = ucol_getRules(myCollator, &rules_length); in TestJitterbug981()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 933 ucol_getRules( const UCollator *coll,
|
D | urename.h | 727 #define ucol_getRules U_ICU_ENTRY_POINT_RENAME(ucol_getRules) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 933 ucol_getRules( const UCollator *coll,
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 546 ucol_getRules(const UCollator *coll, int32_t *length) { in ucol_getRules() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 727 #define ucol_getRules U_ICU_ENTRY_POINT_RENAME(ucol_getRules) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1175 return ucol_getRules(coll, length); in ucol_getRules_android()
|