Searched refs:UCAL_WALLTIME_LAST (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 2424 if (cal->getRepeatedWallTimeOption() != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTimeAPIs() 2427 if (cal->getSkippedWallTimeOption() != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTimeAPIs() 2589 calLast.setRepeatedWallTimeOption(UCAL_WALLTIME_LAST); in TestRepeatedWallTime() 2689 calLast.setSkippedWallTimeOption(UCAL_WALLTIME_LAST); in TestSkippedWallTime() 3546 {"America/Los_Angeles", CalFields(2014,3,8,1,59,59,999), 1, UCAL_WALLTIME_LAST, 3556 {"America/Los_Angeles", CalFields(2014,3,8,2,0,0,0), 1, UCAL_WALLTIME_LAST, 3566 {"America/Los_Angeles", CalFields(2014,3,8,2,30,0,0), 1, UCAL_WALLTIME_LAST, 3576 {"America/Los_Angeles", CalFields(2014,3,8,3,0,0,0), 1, UCAL_WALLTIME_LAST, 3586 {"America/Los_Angeles", CalFields(2014,3,10,1,59,59,999), -1, UCAL_WALLTIME_LAST, 3596 {"America/Los_Angeles", CalFields(2014,3,10,2,0,0,0), -1, UCAL_WALLTIME_LAST, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 719 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 720 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 747 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 748 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 782 fRepeatedWallTime(UCAL_WALLTIME_LAST), in Calendar() 783 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar() 2265 case UCAL_WALLTIME_LAST: in add() 2459 if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) { in setRepeatedWallTimeOption()
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucal.h | 972 UCAL_WALLTIME_LAST, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 972 UCAL_WALLTIME_LAST, enumerator
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 972 UCAL_WALLTIME_LAST, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 2003 if (ucal_getAttribute(ucal, UCAL_REPEATED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime() 2007 if (ucal_getAttribute(ucal, UCAL_SKIPPED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime() 2025 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime() 2051 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
|