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 25 return uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status);
29 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status)
  /external/icu/icu4c/source/i18n/unicode/
upluralrules.h 80 * Same as uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status).
99 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);
  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 101 UPluralRules* upr = uplrules_openForType("en", UPLURAL_TYPE_ORDINAL, &errorCode);
103 log_err("uplrules_openForType(en, ordinal) failed - %s\n", u_errorName(errorCode));
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 67 milliseconds