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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddatefmt.cpp409 DateFormat::adoptCalendar(Calendar* newCalendar) function in class:DateFormat
421 adoptCalendar(newCalClone);
H A Dwindtfmt.cpp103 adoptCalendar(Calendar::createInstance(locale, status));
200 void Win32DateFormat::adoptCalendar(Calendar *newCalendar) function in class:Win32DateFormat
219 adoptCalendar(newCalendar.clone());
H A Dsmpdtfmt.cpp3286 void SimpleDateFormat::adoptCalendar(Calendar* calendarToAdopt) function in class:SimpleDateFormat
3289 DateFormat::adoptCalendar(calendarToAdopt);
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp414 DateFormat::adoptCalendar(Calendar* newCalendar) function in class:DateFormat
426 adoptCalendar(newCalClone);
H A Dwindtfmt.cpp103 adoptCalendar(Calendar::createInstance(locale, status));
200 void Win32DateFormat::adoptCalendar(Calendar *newCalendar) function in class:Win32DateFormat
219 adoptCalendar(newCalendar.clone());
H A Dsmpdtfmt.cpp3336 void SimpleDateFormat::adoptCalendar(Calendar* calendarToAdopt) function in class:SimpleDateFormat
3339 DateFormat::adoptCalendar(calendarToAdopt);

Completed in 227 milliseconds