Searched refs:getSkippedWallTimeOption (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h951 * @see #getSkippedWallTimeOption
967 UCalendarWallTimeOption getSkippedWallTimeOption(void) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h951 * @see #getSkippedWallTimeOption
967 UCalendarWallTimeOption getSkippedWallTimeOption(void) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp331 return ((Calendar*)cal)->getSkippedWallTimeOption();
H A Dcalendar.cpp2239 Calendar::getSkippedWallTimeOption(void) const function in class:Calendar
/external/icu/icu4c/source/i18n/
H A Ducal.cpp331 return ((Calendar*)cal)->getSkippedWallTimeOption();
H A Dcalendar.cpp2388 Calendar::getSkippedWallTimeOption(void) const function in class:Calendar
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2364 if (cal->getSkippedWallTimeOption() != UCAL_WALLTIME_LAST) {
2396 if (cal2->getSkippedWallTimeOption() != UCAL_WALLTIME_FIRST) {
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2385 if (cal->getSkippedWallTimeOption() != UCAL_WALLTIME_LAST) {
2417 if (cal2->getSkippedWallTimeOption() != UCAL_WALLTIME_FIRST) {

Completed in 2442 milliseconds