Searched refs:PST (Results 1 - 13 of 13) 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/icu/icu4c/source/tools/tzcode/
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.cpp860 TimeZone *PST = TimeZone::createTimeZone("PST"); local
863 Calendar *cal1 = new GregorianCalendar(*PST,status);
867 delete PST;
877 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
880 if ((*GMT != *PST) && (h1 == h2))
884 Calendar *cal3 = new GregorianCalendar(*PST,status);
920 delete PST;
1320 cal->adoptTimeZone(TimeZone::createTimeZone("PST"));
1686 TimeZone::createTimeZone("PST"),
[all...]
H A Ddtfmttst.cpp361 UnicodeString* s = new UnicodeString("03-Apr-04 2:20:47 o'clock AM PST", "");
363 TimeZone* PST = TimeZone::createTimeZone("PST"); local
365 int32_t PSTOffset = PST->getRawOffset();
392 delete PST;
2040 "y/M/d H:mm zzzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Standard Time",
2041 "y/M/d H:mm zzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
2042 "y/M/d H:mm vvvv", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
2043 "y/M/d H:mm v", "F", "2004 01 01 01:00 PST", "200
[all...]
/external/icu/icu4c/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.cpp860 TimeZone *PST = TimeZone::createTimeZone("PST"); local
863 Calendar *cal1 = new GregorianCalendar(*PST,status);
867 delete PST;
877 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status)));
880 if ((*GMT != *PST) && (h1 == h2))
884 Calendar *cal3 = new GregorianCalendar(*PST,status);
920 delete PST;
1320 cal->adoptTimeZone(TimeZone::createTimeZone("PST"));
1686 TimeZone::createTimeZone("PST"),
[all...]
H A Ddtfmttst.cpp363 UnicodeString* s = new UnicodeString("03-Apr-04 2:20:47 o'clock AM PST", "");
365 TimeZone* PST = TimeZone::createTimeZone("PST"); local
367 int32_t PSTOffset = PST->getRawOffset();
394 delete PST;
2043 "y/M/d H:mm zzzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Standard Time",
2044 "y/M/d H:mm zzz", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
2045 "y/M/d H:mm vvvv", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
2046 "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.c67 /* "PST" */
68 static const UChar PST[] = {0x50, 0x53, 0x54, 0x00}; /* "PST" */ variable
212 i = ucal_getDSTSavings(PST, &status);
214 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
217 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
259 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
266 PST, canonicalID, AMERICA_LOS_ANGELES);
270 PST, isSystemID);
277 u_uastrcpy(tzID, "PST");
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c67 /* "PST" */
68 static const UChar PST[] = {0x50, 0x53, 0x54, 0x00}; /* "PST" */ variable
213 i = ucal_getDSTSavings(PST, &status);
215 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
218 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
260 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
267 PST, canonicalID, AMERICA_LOS_ANGELES);
271 PST, isSystemID);
278 u_uastrcpy(tzID, "PST");
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvisci.c102 PST = 0x76 enumerator in enum:__anon11988
/external/icu/icu4c/source/common/
H A Ducnvisci.c102 PST = 0x76 enumerator in enum:__anon21776

Completed in 360 milliseconds