Lines Matching refs:locale
171 * could be defined by users or from ICU locale data. There are 6
252 * locale.
253 * Same as forLocale(locale, UPLURAL_TYPE_CARDINAL, status).
255 * @param locale The locale for which a <code>PluralRules</code> object is
260 * this locale. If there's no predefined rules for this locale,
261 * the rules for the closest parent in the locale hierarchy
266 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UErrorCode& status);
270 * locale and the plural type.
272 * @param locale The locale for which a <code>PluralRules</code> object is
278 * this locale. If there's no predefined rules for this locale,
279 * the rules for the closest parent in the locale hierarchy
284 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UPluralType type, UErrorCode& status);
296 * @param locale the locale to check.
300 static UBool hasOverride(const Locale &locale);
307 static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status);
317 const Locale& locale, UPluralType type, UErrorCode& status);
490 UnicodeString getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& status);