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

  /external/icu/icu4c/source/i18n/unicode/
ucol.h     [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 560 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) {
  /external/icu/icu4c/source/test/cintltst/
capitst.c 396 log_verbose("ucol_getRulesEx() testing ...\n");
397 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
401 log_verbose("ucol_getRulesEx() testing ...\n");
402 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
    [all...]
cmsccoll.c 713 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256);
718 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 2359 milliseconds