Searched refs:PST (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz.alias15 # For example, ICU has always defined the zone name "PST" to indicate
53 PST America/Los_Angeles
H A Dicuzones31 Zone SystemV/PST8 -8:00 - PST
68 Link America/Los_Angeles PST
/external/icu4c/tools/tzcode/
H A Dtz.alias15 # For example, ICU has always defined the zone name "PST" to indicate
53 PST America/Los_Angeles
H A Dicuzones31 Zone SystemV/PST8 -8:00 - PST
68 Link America/Los_Angeles PST
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp79 TimeZone *z1 = TimeZone::createTimeZone("PST");
80 TimeZone *z2 = TimeZone::createTimeZone("PST");
209 TimeZone *tz = TimeZone::createTimeZone("PST");
318 TimeZone *PST = TimeZone::createTimeZone("PST"); local
320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
332 testCal->setTimeZone(*PST);
337 if ( ! checkCalendar314(testCal, PST))
346 delete PST;
[all...]
H A Dcalregts.cpp814 TimeZone *PST = TimeZone::createTimeZone("PST"); local
817 Calendar *cal1 = new GregorianCalendar(*PST,status);
821 delete PST;
831 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
834 if ((*GMT != *PST) && (h1 == h2))
838 Calendar *cal3 = new GregorianCalendar(*PST,status);
874 delete PST;
1274 cal->adoptTimeZone(TimeZone::createTimeZone("PST"));
1632 TimeZone::createTimeZone("PST"),
[all...]
H A Ddtfmttst.cpp230 UnicodeString* s = new UnicodeString("03-Apr-04 2:20:47 o'clock AM PST", "");
232 TimeZone* PST = TimeZone::createTimeZone("PST"); local
234 int32_t PSTOffset = PST->getRawOffset();
261 delete PST;
1822 "y/M/d H:mm zzzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Standard Time",
1823 "y/M/d H:mm zzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
1824 "y/M/d H:mm vvvv", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
1825 "y/M/d H:mm v", "F", "2004 01 01 01:00 PST", "200
[all...]
/external/icu4c/test/intltest/
H A Dtzregts.cpp79 TimeZone *z1 = TimeZone::createTimeZone("PST");
80 TimeZone *z2 = TimeZone::createTimeZone("PST");
209 TimeZone *tz = TimeZone::createTimeZone("PST");
318 TimeZone *PST = TimeZone::createTimeZone("PST"); local
320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
332 testCal->setTimeZone(*PST);
337 if ( ! checkCalendar314(testCal, PST))
346 delete PST;
[all...]
H A Dcalregts.cpp859 TimeZone *PST = TimeZone::createTimeZone("PST"); local
862 Calendar *cal1 = new GregorianCalendar(*PST,status);
866 delete PST;
876 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
879 if ((*GMT != *PST) && (h1 == h2))
883 Calendar *cal3 = new GregorianCalendar(*PST,status);
919 delete PST;
1319 cal->adoptTimeZone(TimeZone::createTimeZone("PST"));
1685 TimeZone::createTimeZone("PST"),
[all...]
H A Ddtfmttst.cpp360 UnicodeString* s = new UnicodeString("03-Apr-04 2:20:47 o'clock AM PST", "");
362 TimeZone* PST = TimeZone::createTimeZone("PST"); local
364 int32_t PSTOffset = PST->getRawOffset();
391 delete PST;
2039 "y/M/d H:mm zzzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Standard Time",
2040 "y/M/d H:mm zzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
2041 "y/M/d H:mm vvvv", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
2042 "y/M/d H:mm v", "F", "2004 01 01 01:00 PST", "200
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c55 /* "PST" */
56 static const UChar PST[] = {0x50, 0x53, 0x54, 0x00}; /* "PST" */ variable
176 i = ucal_getDSTSavings(PST, &status);
178 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
181 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
223 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
230 PST, canonicalID, AMERICA_LOS_ANGELES);
234 PST, isSystemID);
241 u_uastrcpy(tzID, "PST");
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c62 /* "PST" */
63 static const UChar PST[] = {0x50, 0x53, 0x54, 0x00}; /* "PST" */ variable
207 i = ucal_getDSTSavings(PST, &status);
209 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
212 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
254 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
261 PST, canonicalID, AMERICA_LOS_ANGELES);
265 PST, isSystemID);
272 u_uastrcpy(tzID, "PST");
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvisci.c104 PST = 0x76 enumerator in enum:__anon11610
/external/icu4c/common/
H A Ducnvisci.c102 PST = 0x76 enumerator in enum:__anon19090

Completed in 841 milliseconds