Home | History | Annotate | Download | only in unicode

Lines Matching refs:locale

31  * Keywords: ICU locale data has 6 predefined values -
75 * given locale.
76 * Same as uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status).
77 * @param locale The locale for which the rules are desired.
79 * @return A UPluralRules for the specified locale, or NULL if an error occurred.
83 uplrules_open(const char *locale, UErrorCode *status);
87 * given locale and the plural type.
88 * @param locale The locale for which the rules are desired.
91 * @return A UPluralRules for the specified locale, or NULL if an error occurred.
95 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);