Home | History | Annotate | Download | only in intltest

Lines Matching full:getdisplayname

540         tz->getDisplayName(TRUE, TimeZone::LONG,
542 errln("IllegalArgumentException not thrown by TimeZone::getDisplayName()");*/
916 * getDisplayName doesn't work with unusual savings/offsets.
952 "z1->getDisplayName(false, SHORT)/std zone",
953 z1->getDisplayName(FALSE, TimeZone::SHORT, a), "GMT+1:30",
954 "z1->getDisplayName(false, LONG)/std zone",
955 z1->getDisplayName(FALSE, TimeZone::LONG, b), "GMT+01:30",
956 "z1->getDisplayName(true, SHORT)/std zone",
957 z1->getDisplayName(TRUE, TimeZone::SHORT, c), "GMT+1:30",
958 "z1->getDisplayName(true, LONG)/std zone",
959 z1->getDisplayName(TRUE, TimeZone::LONG, d ), "GMT+01:30",
960 "z2->getDisplayName(false, SHORT)/dst zone",
961 z2->getDisplayName(FALSE, TimeZone::SHORT, e), "GMT+1:30",
962 "z2->getDisplayName(false, LONG)/dst zone",
963 z2->getDisplayName(FALSE, TimeZone::LONG, f ), "GMT+01:30",
964 "z2->getDisplayName(true, SHORT)/dst zone",
965 z2->getDisplayName(TRUE, TimeZone::SHORT, g), "GMT+2:15",
966 "z2->getDisplayName(true, LONG)/dst zone",
967 z2->getDisplayName(TRUE, TimeZone::LONG, h ), "GMT+02:15",