OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uplrules_openForType
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
upluralrules.cpp
23
return
uplrules_openForType
(locale, UPLURAL_TYPE_CARDINAL, status);
27
uplrules_openForType
(const char *locale, UPluralType type, UErrorCode *status)
/external/icu4c/i18n/unicode/
upluralrules.h
78
* Same as
uplrules_openForType
(locale, UPLURAL_TYPE_CARDINAL, status).
98
uplrules_openForType
(const char *locale, UPluralType type, UErrorCode *status);
/external/icu4c/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/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 38 milliseconds