Home
last modified time | relevance | path

Searched refs:uplrules_openForType (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dupluralrules.cpp62 return uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status); in uplrules_open()
66 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status) in uplrules_openForType() function
/external/icu/icu4c/source/test/cintltst/
Dcpluralrulestest.c133 UPluralRules* upr = uplrules_openForType("en", UPLURAL_TYPE_ORDINAL, &errorCode); in TestOrdinalRules()
218 uplrules = uplrules_openForType(itemPtr->locale, UPLURAL_TYPE_CARDINAL, &status); in TestGetKeywords()
/external/icu/libandroidicu/include/unicode/
Dupluralrules.h103 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);
Durename.h1225 #define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType) macro
/external/icu/icu4c/source/i18n/unicode/
Dupluralrules.h103 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);
/external/icu/icu4c/source/common/unicode/
Durename.h1225 #define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2131 return uplrules_openForType(locale, type, status); in uplrules_openForType_android()