Lines Matching refs:Locale
107 * could be defined by users or from ICU locale data. There are 6
188 * locale.
189 * Same as forLocale(locale, UPLURAL_TYPE_CARDINAL, status).
191 * @param locale The locale for which a <code>PluralRules</code> object is
196 * this locale. If there's no predefined rules for this locale,
197 * the rules for the closest parent in the locale hierarchy
202 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UErrorCode& status);
207 * locale and the plural type.
209 * @param locale The locale for which a <code>PluralRules</code> object is
215 * this locale. If there's no predefined rules for this locale,
216 * the rules for the closest parent in the locale hierarchy
221 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UPluralType type, UErrorCode& status);
384 UnicodeString getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& status);