Home | History | Annotate | Download | only in unicode

Lines Matching refs:createInstance

73  * static method, <code>createInstance</code>, for getting a generally useful
74 * object of this type. <code>Calendar</code>'s <code>createInstance</code> method
79 * Calendar *rightNow = Calendar::createInstance(errCode);
318 static Calendar* U_EXPORT2 createInstance(UErrorCode& success);
332 static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, UErrorCode& success);
345 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, UErrorCode& success);
357 static Calendar* U_EXPORT2 createInstance(const Locale& aLocale, UErrorCode& success);
372 static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
386 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
1434 * TimeZone::createInstance(), and the default locale.
2354 * Calendar::createInstance to avoid undefined behavior.
2371 * Calendar::createInstance to avoid undefined behavior.
2469 Calendar::createInstance(TimeZone* zone, UErrorCode& errorCode)
2472 return createInstance(zone, Locale::getDefault(), errorCode);