Searched defs:adoptCalendar (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ddatefmt.cpp403 DateFormat::adoptCalendar(Calendar* newCalendar) function in class:DateFormat
415 adoptCalendar(newCalClone);
H A Dwindtfmt.cpp103 adoptCalendar(Calendar::createInstance(locale, status));
199 void Win32DateFormat::adoptCalendar(Calendar *newCalendar) function in class:Win32DateFormat
218 adoptCalendar(newCalendar.clone());
H A Dsmpdtfmt.cpp1324 sdf->adoptCalendar(gcal);
3374 void SimpleDateFormat::adoptCalendar(Calendar* calendarToAdopt) function in class:SimpleDateFormat
3377 DateFormat::adoptCalendar(calendarToAdopt);

Completed in 359 milliseconds