Searched refs:otz (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.cpp387 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; local
388 return otz->getCanonicalID();
891 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; local
892 canonicalID = otz->getCanonicalID();
/external/icu/icu4c/source/i18n/
H A Dzonemeta.cpp385 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; local
386 return otz->getCanonicalID();
889 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; local
890 canonicalID = otz->getCanonicalID();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp1624 BasicTimeZone *otz = (BasicTimeZone*)TimeZone::createTimeZone(TZID); local
1628 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
1630 errln("FAIL: getOffset(7 args) failed for otz");
1641 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1643 errln("FAIL: getOffset(8 args) failed for otz");
1659 otz->getOffset(t, FALSE, rawOffset1, dstSavings1, status);
1661 errln("FAIL: getOffset(5 args) failed for otz");
1672 if (otz->getRawOffset() != vtz->getRawOffset()) {
1678 inDst1 = otz->inDaylightTime(t, status);
1680 dataerrln("FAIL: inDaylightTime failed for otz
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1622 BasicTimeZone *otz = (BasicTimeZone*)TimeZone::createTimeZone(TZID); local
1626 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
1628 errln("FAIL: getOffset(7 args) failed for otz");
1639 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1641 errln("FAIL: getOffset(8 args) failed for otz");
1657 otz->getOffset(t, FALSE, rawOffset1, dstSavings1, status);
1659 errln("FAIL: getOffset(5 args) failed for otz");
1670 if (otz->getRawOffset() != vtz->getRawOffset()) {
1676 inDst1 = otz->inDaylightTime(t, status);
1678 dataerrln("FAIL: inDaylightTime failed for otz
[all...]

Completed in 885 milliseconds