OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indianapolis
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java
390
// America/New_York and America/Indiana/
Indianapolis
are equivalent
393
TimeZone
indianapolis
= TimeZone.getTimeZone("America/Indiana/
Indianapolis
", TimeZone.TIMEZONE_ICU);
local
402
if (((BasicTimeZone)newyork).hasEquivalentTransitions(
indianapolis
, jan1_2005, jan1_2011)) {
403
errln("FAIL: New_York is not equivalent to
Indianapolis
between 2005 and 2010, but returned true");
405
if (!((BasicTimeZone)newyork).hasEquivalentTransitions(
indianapolis
, jan1_2006, jan1_2011)) {
406
errln("FAIL: New_York is equivalent to
Indianapolis
between 2006 and 2010, but returned false");
409
if (!((BasicTimeZone)
indianapolis
).hasEquivalentTransitions(gmt_5, jan1_1971, jan1_2006)) {
410
errln("FAIL:
Indianapolis
is equivalent to GMT+5 between 1971 and 2005, but returned false");
412
if (((BasicTimeZone)
indianapolis
).hasEquivalentTransitions(gmt_5, jan1_1971, jan1_2007))
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java
386
// America/New_York and America/Indiana/
Indianapolis
are equivalent
389
TimeZone
indianapolis
= TimeZone.getTimeZone("America/Indiana/
Indianapolis
", TimeZone.TIMEZONE_ICU);
local
398
if (((BasicTimeZone)newyork).hasEquivalentTransitions(
indianapolis
, jan1_2005, jan1_2011)) {
399
errln("FAIL: New_York is not equivalent to
Indianapolis
between 2005 and 2010, but returned true");
401
if (!((BasicTimeZone)newyork).hasEquivalentTransitions(
indianapolis
, jan1_2006, jan1_2011)) {
402
errln("FAIL: New_York is equivalent to
Indianapolis
between 2006 and 2010, but returned false");
405
if (!((BasicTimeZone)
indianapolis
).hasEquivalentTransitions(gmt_5, jan1_1971, jan1_2006)) {
406
errln("FAIL:
Indianapolis
is equivalent to GMT+5 between 1971 and 2005, but returned false");
408
if (((BasicTimeZone)
indianapolis
).hasEquivalentTransitions(gmt_5, jan1_1971, jan1_2007))
[
all
...]
/external/icu/icu4c/source/test/intltest/
tzrulets.cpp
37
"America/Indiana/
Indianapolis
",
702
// America/New_York and America/Indiana/
Indianapolis
are equivalent
706
BasicTimeZone *
indianapolis
= (BasicTimeZone*)TimeZone::createTimeZone("America/Indiana/
Indianapolis
");
local
715
if (newyork->hasEquivalentTransitions(*
indianapolis
, jan1_2005, jan1_2011, TRUE, status)) {
716
dataerrln("FAIL: New_York is not equivalent to
Indianapolis
between 2005 and 2010");
721
if (!newyork->hasEquivalentTransitions(*
indianapolis
, jan1_2006, jan1_2011, TRUE, status)) {
722
errln("FAIL: New_York is equivalent to
Indianapolis
between 2006 and 2010");
728
if (!
indianapolis
->hasEquivalentTransitions(*gmt_5, jan1_1971, jan1_2006, TRUE, status)) {
729
errln("FAIL:
Indianapolis
is equivalent to GMT+5 between 1971 and 2005")
[
all
...]
Completed in 61 milliseconds