HomeSort by relevance Sort by last modified time
    Searched refs:AMERICA_LOS_ANGELES (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 30 private static final TimeZone AMERICA_LOS_ANGELES = TimeZone.getTimeZone("America/Los_Angeles");
245 sdf.setTimeZone(AMERICA_LOS_ANGELES);
257 sdf.setTimeZone(AMERICA_LOS_ANGELES);
267 sdf.setTimeZone(AMERICA_LOS_ANGELES);
286 Calendar calendar = new GregorianCalendar(AMERICA_LOS_ANGELES);
294 Calendar calendar = new GregorianCalendar(AMERICA_LOS_ANGELES);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 60 static const UChar AMERICA_LOS_ANGELES[] = {0x41, 0x6D, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2F,
228 if (u_strcmp(AMERICA_LOS_ANGELES, canonicalID) != 0) {
230 PST, canonicalID, AMERICA_LOS_ANGELES);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 67 static const UChar AMERICA_LOS_ANGELES[] = {0x41, 0x6D, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2F,
259 if (u_strcmp(AMERICA_LOS_ANGELES, canonicalID) != 0) {
261 PST, canonicalID, AMERICA_LOS_ANGELES);
    [all...]

Completed in 83 milliseconds