Home
last modified time | relevance | path

Searched refs:getCalendar (Results 1 – 20 of 20) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Dcaltztst.cpp88 Calendar* CalendarTimeZoneTest::getCalendar() in getCalendar() function in CalendarTimeZoneTest
183 Calendar* cal = getCalendar(); in date()
221 Calendar* cal = getCalendar(); in dateToFields()
Ddtfmapts.cpp197 const Calendar *cal = def->getCalendar(); in testAPI()
201 if( *(de->getCalendar()) != *(it->getCalendar())) { in testAPI()
Dcaltztst.h58 Calendar* getCalendar(void);
Ddtifmtts.cpp240 Calendar* fromCal = dfmt->getCalendar()->clone(); in testAPI()
241 Calendar* toCal = dfmt->getCalendar()->clone(); in testAPI()
Ddtfmtrtts.cpp281 UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(), isGregorian, minStatus); in test()
424 const char *type = fmt->getCalendar()->getType(); in test()
Ddtfmrgts.cpp520 Calendar *calA = (Calendar*) fmtA->getCalendar(); in Test4071441()
521 Calendar *calB = (Calendar*) fmtB->getCalendar(); in Test4071441()
1197 Calendar* calx = (Calendar*)fmt.getCalendar(); // cast away const! in Test4210209()
1345 cal = sdf->getCalendar()->clone(); // sdf may have deleted calendar in Test1684()
/external/icu4c/test/intltest/
Dcaltztst.cpp88 Calendar* CalendarTimeZoneTest::getCalendar() in getCalendar() function in CalendarTimeZoneTest
183 Calendar* cal = getCalendar(); in date()
221 Calendar* cal = getCalendar(); in dateToFields()
Ddtfmapts.cpp226 const Calendar *cal = def->getCalendar(); in testAPI()
230 if( *(de->getCalendar()) != *(it->getCalendar())) { in testAPI()
Dcaltztst.h58 Calendar* getCalendar(void);
Ddtifmtts.cpp240 Calendar* fromCal = dfmt->getCalendar()->clone(); in testAPI()
241 Calendar* toCal = dfmt->getCalendar()->clone(); in testAPI()
Ddtfmtrtts.cpp286 UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(), isGregorian, minStatus); in test()
437 const char *type = fmt->getCalendar()->getType(); in test()
Ddtfmrgts.cpp520 Calendar *calA = (Calendar*) fmtA->getCalendar(); in Test4071441()
521 Calendar *calB = (Calendar*) fmtB->getCalendar(); in Test4071441()
1197 Calendar* calx = (Calendar*)fmt.getCalendar(); // cast away const! in Test4210209()
1345 cal = sdf->getCalendar()->clone(); // sdf may have deleted calendar in Test1684()
/external/chromium/third_party/icu/public/i18n/unicode/
Ddatefmt.h508 virtual const Calendar* getCalendar(void) const;
/external/icu4c/i18n/unicode/
Ddatefmt.h569 virtual const Calendar* getCalendar(void) const;
/external/icu4c/i18n/
Ddtitvfmt.cpp452 if ( dtfmt->getCalendar() ) { in DateIntervalFormat()
453 fFromCalendar = dtfmt->getCalendar()->clone(); in DateIntervalFormat()
454 fToCalendar = dtfmt->getCalendar()->clone(); in DateIntervalFormat()
Ddatefmt.cpp422 DateFormat::getCalendar() const in getCalendar() function in DateFormat
Dudat.cpp270 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar(); in udat_getCalendar()
/external/chromium/third_party/icu/source/i18n/
Ddtitvfmt.cpp453 if ( dtfmt->getCalendar() ) { in DateIntervalFormat()
454 fFromCalendar = dtfmt->getCalendar()->clone(); in DateIntervalFormat()
455 fToCalendar = dtfmt->getCalendar()->clone(); in DateIntervalFormat()
Ddatefmt.cpp359 DateFormat::getCalendar() const in getCalendar() function in DateFormat
Dudat.cpp226 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar(); in udat_getCalendar()