Home
last modified time | relevance | path

Searched refs:vtz (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp1047 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps() local
1048 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps()
1049 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps()
1053 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps()
1069 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1093 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1102 delete vtz; in TestVTimeZoneHeaderProps()
1626 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local
1633 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1646 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java637 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local
638 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
639 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()
647 vtz.write(writer); in TestVTimeZoneHeaderProps()
1140 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local
1144 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1154 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()
1160 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()
1166 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()
1171 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()
[all …]
DTimeZoneTest.java2046 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local
2050 vtz.setTZURL(tzUrl); in checkThawed()
2051 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()
2060 vtz.setLastModified(d); in checkThawed()
2061 if (!vtz.getLastModified().equals(d)) { in checkThawed()
2151 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local
2155 vtz.setTZURL(tzUrl); in checkFrozen()
2163 vtz.setLastModified(d); in checkFrozen()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java634 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local
635 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
636 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()
644 vtz.write(writer); in TestVTimeZoneHeaderProps()
1137 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local
1141 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1151 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()
1157 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()
1163 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()
1168 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()
[all …]
DTimeZoneTest.java2043 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local
2047 vtz.setTZURL(tzUrl); in checkThawed()
2048 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()
2057 vtz.setLastModified(d); in checkThawed()
2058 if (!vtz.getLastModified().equals(d)) { in checkThawed()
2148 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local
2152 vtz.setTZURL(tzUrl); in checkFrozen()
2160 vtz.setLastModified(d); in checkFrozen()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1049 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local
1050 if (*tz == *(vtz->tz) in operator ==()
1051 && tzurl == vtz->tzurl in operator ==()
1052 && lastmod == vtz->lastmod in operator ==()
1067 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local
1068 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()
1069 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID()
1079 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()
1082 return vtz; in createVTimeZoneByID()
1090 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneFromBasicTimeZone() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java55 VTimeZone vtz = new VTimeZone(tzid); in create() local
56 vtz.tz = (BasicTimeZone) basicTimeZone.cloneAsThawed(); in create()
57 vtz.olsonzid = vtz.tz.getID(); in create()
59 return vtz; in create()
70 VTimeZone vtz = new VTimeZone(); in create() local
71 if (vtz.load(reader)) { in create()
72 return vtz; in create()
2094 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local
2095 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()
2096 vtz.isFrozen = false; in cloneAsThawed()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java56 VTimeZone vtz = new VTimeZone(tzid); in create() local
57 vtz.tz = (BasicTimeZone) basicTimeZone.cloneAsThawed(); in create()
58 vtz.olsonzid = vtz.tz.getID(); in create()
60 return vtz; in create()
73 VTimeZone vtz = new VTimeZone(); in create() local
74 if (vtz.load(reader)) { in create()
75 return vtz; in create()
2128 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local
2129 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()
2130 vtz.isFrozen = false; in cloneAsThawed()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D64567513f0adf1ffad9c3109520d7bf1.00009cfe.honggfuzz.cov9 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y�"臱ڏ�M���…
D592d290e06f7f9b62a11f7f0f74e61bd.000050e5.honggfuzz.cov77 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y…
108 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����…
D1a6cdb33cf7f54a7c389728e4142cb43.0000bda4.honggfuzz.cov11 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y�"臱ڏ�M���…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D64567513f0adf1ffad9c3109520d7bf1.00009cfe.honggfuzz.cov9 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y�"臱ڏ�M���…
D592d290e06f7f9b62a11f7f0f74e61bd.000050e5.honggfuzz.cov77 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y…
108 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����…
D1a6cdb33cf7f54a7c389728e4142cb43.0000bda4.honggfuzz.cov11 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y�"臱ڏ�M���…
D21092f4d7a5d86ecac81bf1c8c11dd24.000196f7.honggfuzz.cov187 …Z ��Aà�#R�r�9~`�D!�ټ���� �Y�sI�����N��\�(?l�� �#�;0���,4�/�m��vtz�Đ����'Y�"臱ڏ�M���…
/external/webrtc/talk/media/testdata/
Dfaces.1280x720_P420.yuv2 …ljlptwz}���}tmgaafkpv}��wnd[WXZYTLFEFJQSQRTVWZ]`a`___^]^_bfijijkoooqx����~vtz��������������������…