Lines Matching refs:status

217      * @param status  Output param set to success/failure code on exit, which
222 PluralRules(UErrorCode& status);
253 * @param status Output param set to success/failure code on exit, which
259 UErrorCode& status);
264 * @param status Output param set to success/failure code on exit, which
269 static PluralRules* U_EXPORT2 createDefaultRules(UErrorCode& status);
274 * Same as forLocale(locale, UPLURAL_TYPE_CARDINAL, status).
278 * @param status Output param set to success/failure code on exit, which
287 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UErrorCode& status);
296 * @param status Output param set to success/failure code on exit, which
305 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UPluralType type, UErrorCode& status);
313 static StringEnumeration* U_EXPORT2 getAvailableLocales(UErrorCode &status);
320 static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status);
330 const Locale& locale, UPluralType type, UErrorCode& status);
367 * @param status Set if an error occurs while selecting plural keyword.
372 UnicodeString select(const number::FormattedNumber& number, UErrorCode& status) const;
381 * from PluralRules::createRules(), this method sets status code U_UNSUPPORTED_ERROR.
384 * @param status Set if an error occurs while selecting plural keyword.
390 UnicodeString select(const number::FormattedNumberRange& range, UErrorCode& status) const;
400 UnicodeString select(const number::impl::UFormattedNumberRangeData* urange, UErrorCode& status) const;
407 * @param status Output param set to success/failure code on exit, which
413 StringEnumeration* getKeywords(UErrorCode& status) const;
442 * @param status The error code. Deprecated function, always sets U_UNSUPPORTED_ERROR.
450 UErrorCode& status);
463 * @param status The error code.
473 UErrorCode& status);
488 * @param status The error code.
498 UErrorCode& status);
571 UnicodeString getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& status);
573 PluralRules *clone(UErrorCode& status) const;
576 * An internal status variable used to indicate that the object is in an 'invalid' state.