Lines Matching refs:success
120 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success)
121 : Calendar(TimeZone::createDefault(), aLocale, success),
126 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
130 const TimeZone* zoneAstroCalc, UErrorCode &success)
131 : Calendar(TimeZone::createDefault(), aLocale, success),
136 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.