Searched refs:cutover (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1504 * GregorianCalendar::equals() ignores cutover date
1523 errln("GregorianCalendar::equals() ignores cutover");
1675 * Reported bug is that a GregorianCalendar with a cutover of Date(Long.MAX_VALUE)
1725 errln(" cutover date is Date(Long.MAX_VALUE)");
2039 int32_t before; // ms before cutover
2040 int32_t after; // ms after cutover
2044 * Rolling and adding across the Gregorian cutover should work as expected.
2058 // Get the Gregorian cutover
2059 UDate cutover = cal.getGregorianChange(); local
2061 days = cutover/day
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1504 * GregorianCalendar::equals() ignores cutover date
1523 errln("GregorianCalendar::equals() ignores cutover");
1675 * Reported bug is that a GregorianCalendar with a cutover of Date(Long.MAX_VALUE)
1725 errln(" cutover date is Date(Long.MAX_VALUE)");
2039 int32_t before; // ms before cutover
2040 int32_t after; // ms after cutover
2044 * Rolling and adding across the Gregorian cutover should work as expected.
2058 // Get the Gregorian cutover
2059 UDate cutover = cal.getGregorianChange(); local
2061 days = cutover/day
[all...]

Completed in 437 milliseconds