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

  /external/icu/icu4c/source/i18n/
upluralrules.cpp 23 return uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status);
27 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status)
  /external/icu/icu4c/source/i18n/unicode/
upluralrules.h 76 * Same as uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status).
95 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 99 UPluralRules* upr = uplrules_openForType("en", UPLURAL_TYPE_ORDINAL, &errorCode);
101 log_err("uplrules_openForType(en, ordinal) failed - %s\n", u_errorName(errorCode));
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 42 milliseconds