Searched refs:UCAL_WALLTIME_LAST (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 2393 if (cal->getRepeatedWallTimeOption() != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTimeAPIs() 2396 if (cal->getSkippedWallTimeOption() != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTimeAPIs() 2558 calLast.setRepeatedWallTimeOption(UCAL_WALLTIME_LAST); in TestRepeatedWallTime() 2658 calLast.setSkippedWallTimeOption(UCAL_WALLTIME_LAST); in TestSkippedWallTime() 3470 {"America/Los_Angeles", CalFields(2014,3,8,1,59,59,999), 1, UCAL_WALLTIME_LAST, 3480 {"America/Los_Angeles", CalFields(2014,3,8,2,0,0,0), 1, UCAL_WALLTIME_LAST, 3490 {"America/Los_Angeles", CalFields(2014,3,8,2,30,0,0), 1, UCAL_WALLTIME_LAST, 3500 {"America/Los_Angeles", CalFields(2014,3,8,3,0,0,0), 1, UCAL_WALLTIME_LAST, 3510 {"America/Los_Angeles", CalFields(2014,3,10,1,59,59,999), -1, UCAL_WALLTIME_LAST, 3520 {"America/Los_Angeles", CalFields(2014,3,10,2,0,0,0), -1, UCAL_WALLTIME_LAST, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 707 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 708 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 733 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 734 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 765 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 766 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 2239 case UCAL_WALLTIME_LAST: in add() 2433 if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) { in setRepeatedWallTimeOption()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 910 UCAL_WALLTIME_LAST, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1966 if (ucal_getAttribute(ucal, UCAL_REPEATED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime() 1970 if (ucal_getAttribute(ucal, UCAL_SKIPPED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime() 1988 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime() 2014 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
|