HomeSort by relevance Sort by last modified time
    Searched refs:ucol_getRules (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 143 const UChar *r = ucol_getRules(ucollator, &length);
564 const UChar *rules = ucol_getRules(ucollator, &length);
ucol_res.cpp 540 const UChar *rules = ucol_getRules(coll, &len);
575 ucol_getRules( const UCollator *coll,
612 const UChar *sourceRules = ucol_getRules(source, &sourceRulesLen);
613 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     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.c 157 defRules = ucol_getRules(myCollation, &rlen);
capitst.c 373 log_verbose("ucol_getRules() testing ...\n");
374 ucol_getRules(ruled, &tempLength);
473 rule1 = ucol_getRules(col1, &tempLength);
474 rule2 = ucol_getRules(col2, &tempLength);
475 rule3 = ucol_getRules(col3, &tempLength);
486 rule4= ucol_getRules(col4, &tempLength);
    [all...]
citertst.c     [all...]
cmsccoll.c 561 rules = ucol_getRules(coll, &ruleLen);
950 rules = ucol_getRules(coll, &ruleLen);
1154 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...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cg7coll.c 160 defRules = ucol_getRules(myCollation, &rlen);
capitst.c 376 log_verbose("ucol_getRules() testing ...\n");
377 ucol_getRules(ruled, &tempLength);
475 rule1 = ucol_getRules(col1, &tempLength);
476 rule2 = ucol_getRules(col2, &tempLength);
477 rule3 = ucol_getRules(col3, &tempLength);
488 rule4= ucol_getRules(col4, &tempLength);
    [all...]
cmsccoll.c     [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 147 const UChar* rules = ucol_getRules(toCollator(address), &length);
  /external/icu/icu4c/source/i18n/
ucol.cpp 547 ucol_getRules(const UCollator *coll, int32_t *length) {
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 719 milliseconds