Home | History | Annotate | Download | only in unicode

Lines Matching refs:locale

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