Home | History | Annotate | Download | only in unicode

Lines Matching refs:UErrorCode

57  *   UErrorCode status = U_ZERO_ERROR;
88 TimeUnitFormat(UErrorCode& status);
94 TimeUnitFormat(const Locale& locale, UErrorCode& status);
100 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
153 void setLocale(const Locale& locale, UErrorCode& status);
162 void setNumberFormat(const NumberFormat& format, UErrorCode& status);
172 * @see Format#format(const Formattable&, UnicodeString&, FieldPosition&, UErrorCode&) const
178 UErrorCode& status) const;
222 void create(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
226 void setup(UErrorCode& status);
229 void initDataMembers(UErrorCode& status);
233 UErrorCode& status);
237 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
242 const char*, Hashtable*, UErrorCode&);
245 Hashtable* initHash(UErrorCode& status);
251 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
254 static const char* getTimeUnitName(TimeUnit::UTimeUnitFields field, UErrorCode& status);