HomeSort by relevance Sort by last modified time
    Searched full:ucol_getrules (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 78 const UChar* rules = ucol_getRules(toCollator(address), &length);
  /external/icu4c/i18n/
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...]
tblcoll.cpp 144 const UChar *r = ucol_getRules(ucollator, &length);
612 const UChar *rules = ucol_getRules(ucollator, &length);
ucol_sit.cpp 845 const UChar* rules = ucol_getRules(coll, &rulesLen);
  /external/icu4c/test/cintltst/
capitst.c 403 log_verbose("ucol_getRules() testing ...\n");
404 ucol_getRules(ruled, &tempLength);
505 rule1 = ucol_getRules(col1, &tempLength);
506 rule2 = ucol_getRules(col2, &tempLength);
507 rule3 = ucol_getRules(col3, &tempLength);
518 rule4= ucol_getRules(col4, &tempLength);
    [all...]
cg7coll.c 161 defRules = ucol_getRules(myCollation, &rlen);
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/tools/dumpce/
dumpce.cpp 404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength);
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 579 #define ucol_getRules ucol_getRules_3_2
    [all...]
ucol.h 623 ucol_getRules( const UCollator *coll,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 579 #define ucol_getRules ucol_getRules_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 579 #define ucol_getRules ucol_getRules_3_2
    [all...]
ucol.h 623 ucol_getRules( const UCollator *coll,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 579 #define ucol_getRules ucol_getRules_3_2
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 716 ucol_getRules( const UCollator *coll,
    [all...]

Completed in 617 milliseconds