HomeSort by relevance Sort by last modified time
    Searched defs:zone (Results 26 - 50 of 69) sorted by null

12 3

  /libcore/luni/src/main/java/java/util/
Date.java 380 boolean zone = false;
416 zone = true;
499 zone = true;
501 } else if ((value = zone(text)) != 0) {
502 zone = true;
539 if (zone) {
693 * like "Tue Jun 22 13:07:00 PDT 1999". The current default time zone and
694 * locale are used. If you need control over the time zone or locale,
701 // BEGIN android-changed: fixed to use time zone display names ("PST")
758 private static int zone(String text) method in class:Date
    [all...]
SimpleTimeZone.java 33 * that represents a time zone for use with a Gregorian calendar. This class
100 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT
101 * and time zone ID. Timezone IDs can be obtained from
106 * the given base time zone offset to GMT.
108 * the time zone ID which is obtained from
127 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT,
128 * time zone ID, and times to start and end the daylight savings time. Timezone IDs can
130 * {@code TimeZone.getDefault} to create a {@code TimeZone}. For a time zone that does not
161 * the given base time zone offset to GMT.
163 * the time zone ID which is obtained fro
342 SimpleTimeZone zone = (SimpleTimeZone) super.clone(); local
    [all...]
Calendar.java 344 private TimeZone zone; field in class:Calendar
818 clone.zone = (TimeZone) zone.clone();
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 365 TimeZone zone = TimeZone.getDefault(); local
386 TimeZone.setDefault(zone);
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 84 private int zone; field in class:DateTimeParser.Time
86 public Time(int hour, int minute, int second, int zone) {
90 this.zone = zone;
96 public int getZone() { return zone; }
165 t.getZone());} // time zone offset
297 z = zone();
323 final public int zone() throws ParseException { method in class:DateTimeParser
  /external/freetype/src/psaux/
t1decode.c 359 T1_Decoder_Zone zone; local
396 decoder->zone = decoder->zones;
397 zone = decoder->zones;
416 zone->base = charstring_base;
417 limit = zone->limit = charstring_base + charstring_len;
418 ip = zone->cursor = zone->base;
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 119 tt_glyphzone_done( TT_GlyphZone zone ); variable
125 TT_GlyphZone zone );
322 TT_GlyphZoneRec twilight; /* The instance's twilight zone */
349 TT_GlyphZoneRec zone; /* glyph loader points zone */ member in struct:TT_DriverRec_
ttgload.c 707 tt_prepare_zone( TT_GlyphZone zone,
712 zone->n_points = (FT_UShort)( load->outline.n_points - start_point );
713 zone->n_contours = (FT_Short) ( load->outline.n_contours -
715 zone->org = load->extra_points + start_point;
716 zone->cur = load->outline.points + start_point;
717 zone->orus = load->extra_points2 + start_point;
718 zone->tags = (FT_Byte*)load->outline.tags + start_point;
719 zone->contours = (FT_UShort*)load->outline.contours + start_contour;
720 zone->first_point = (FT_UShort)start_point;
730 /* Hint the glyph using the zone prepared by the caller. Note that *
737 TT_GlyphZone zone = &loader->zone; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 34 * Substantial rewrite of zone lookup, default zone, and
234 * Fetch a specific zone by name. Replaces the getByKey call.
236 * @param id Time zone ID
238 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
281 * Given an ID, open the appropriate resource for the given time zone.
283 * @param id zone id
301 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
387 // be valid even if we can't load the time zone UDataMemory
1047 int32_t zone = -1; local
    [all...]
zonemeta.cpp 403 const UnicodeString *zone = tzenum->snext(status); local
410 int32_t zoneUCharsLen = zone->extract(zoneUChars, ZID_KEY_MAX, status) + 1; // Add one for NUL termination
413 continue; // zone id is too long to extract
422 int32_t nTzdataEquivalent = TimeZone::countEquivalentIDs(*zone);
425 UnicodeString alias = TimeZone::getEquivalentID(*zone, j);
426 if (alias == *zone) {
433 continue; // zone id is too long to extract
448 // Set dereferenced zone ID as the canonical ID
450 TimeZone::dereferOlsonLink(*zone, derefZone);
453 derefZone = *zone;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 38 out += UnicodeString(" (in DST), zone=");
41 out += UnicodeString(", zone=");
277 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); local
278 Calendar *cal = Calendar::createInstance(zone->clone(), status);
281 if (*zone != cal->getTimeZone()) errln("FAIL: Calendar::getTimeZone failed");
427 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status);
431 GregorianCalendar *gc = new GregorianCalendar(*zone, status);
442 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
446 gc = new GregorianCalendar(zone, status);
    [all...]
dtfmrgts.cpp 474 // UPDATE THIS AS ZONE NAME RESOURCE FOR <EST> in de_DE is updated
780 errln("Fail: SimpleDateFormat not using default zone");
977 Synopsis: Chinese time zone CTT is not recogonized correctly.
978 Description: Platform Chinese Windows 95 - ** Time zone set to CST **
989 logln("Time Zone :" +
1437 TimeZone *zone = TimeZone::createTimeZone(newfoundland); local
    [all...]
tzregts.cpp 132 errln("Fail: Fix test to start with non-DST zone");
269 TimeZone *zone = TimeZone::createTimeZone(ZONES[i]);
271 if (zone->getID(id) != ZONES[i])
278 ostream.writeObject(zone);
285 //logln("Zone: " + zone);
287 if (!zone.equals(frankenZone)) {
288 logln("TimeZone " + zone.getID() +
585 //errln("zone 1 = " + tz1);
586 //errln("zone 2 = " + tz2)
631 SimpleTimeZone *zone = new SimpleTimeZone(0, "Z"); local
885 UnicodeString zone [4];\/\/ = new String[4]; local
908 logln(UnicodeString("") + i + ": " + d + " \/ " + zone[i]); local
1151 SimpleTimeZone* zone = NULL; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 165 static void abbrok(const char * abbrp, const char * zone);
170 static void show(char * zone, time_t t, int v);
181 static void showICU(FILE * fp, char * zone, time_t t1, time_t t2);
224 abbrok(abbrp, zone)
226 const char * const zone;
256 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
257 progname, zone, abbrp, wp);
464 /* we want to display a zone name here */
468 printf("ZONE: %s\n", argv[i]);
519 * abbreviated zone name changes *
772 abbrok(abbr(tmp), zone); local
    [all...]
tz2icu.cpp 131 // A behavior mode (what zic calls a 'type') of a time zone.
172 // this field will point to the "real" zone 0..n-1.
173 int32_t aliasTo; // -1 if this is a "real" zone
175 // If there are aliases TO this zone, then the following set will
185 // Set this zone to be an alias TO another zone.
188 // Clear the list of aliases OF this zone.
191 // Add an alias to the list of aliases OF this zone.
194 // Is this an alias to another zone?
533 * @param id the zone ID, e.g., "America/Los_Angeles
1511 string country, coord, zone; local
1513 is >> country >> coord >> zone; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 71 table->zone = 0;
198 table->zone = 0;
492 /* the top of the stem is aligned against a blue zone */
497 /* the bottom of the stem is aligned against a blue zone */
716 /* the top of the stem is aligned against a blue zone */
721 /* the bottom of the stem is aligned against a blue zone */
905 psh_print_zone( PSH_Zone zone )
907 printf( "zone [scale,delta,min,max] = [%.3f,%.3f,%d,%d]\n",
908 zone->scale / 65536.0,
909 zone->delta / 64.0
1757 PSH_Blue_Zone zone; local
    [all...]
pshalgo.h 67 /* this is an interpolation zone used for strong points; */
89 PSH_Zone zone; member in struct:PSH_Hint_TableRec_
  /external/icu4c/i18n/
timezone.cpp 34 * Substantial rewrite of zone lookup, default zone, and
234 * Fetch a specific zone by name. Replaces the getByKey call.
236 * @param id Time zone ID
238 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
281 * Given an ID, open the appropriate resource for the given time zone.
283 * @param id zone id
301 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
325 // be valid even if we can't load the time zone UDataMemory
871 int32_t zone = -1; local
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 39 out += UnicodeString(" (in DST), zone=");
42 out += UnicodeString(", zone=");
285 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); local
286 Calendar *cal = Calendar::createInstance(zone->clone(), status);
289 if (*zone != cal->getTimeZone()) errln("FAIL: Calendar::getTimeZone failed");
446 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status);
450 GregorianCalendar *gc = new GregorianCalendar(*zone, status);
461 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
465 gc = new GregorianCalendar(zone, status);
    [all...]
dtfmrgts.cpp 474 // UPDATE THIS AS ZONE NAME RESOURCE FOR <EST> in de_DE is updated
780 errln("Fail: SimpleDateFormat not using default zone");
977 Synopsis: Chinese time zone CTT is not recogonized correctly.
978 Description: Platform Chinese Windows 95 - ** Time zone set to CST **
989 logln("Time Zone :" +
1437 TimeZone *zone = TimeZone::createTimeZone(newfoundland); local
    [all...]
tzregts.cpp 132 errln("Fail: Fix test to start with non-DST zone");
269 TimeZone *zone = TimeZone::createTimeZone(ZONES[i]);
271 if (zone->getID(id) != ZONES[i])
278 ostream.writeObject(zone);
285 //logln("Zone: " + zone);
287 if (!zone.equals(frankenZone)) {
288 logln("TimeZone " + zone.getID() +
571 //errln("zone 1 = " + tz1);
572 //errln("zone 2 = " + tz2)
617 SimpleTimeZone *zone = new SimpleTimeZone(0, "Z"); local
871 UnicodeString zone [4];\/\/ = new String[4]; local
894 logln(UnicodeString("") + i + ": " + d + " \/ " + zone[i]); local
1140 SimpleTimeZone* zone = NULL; local
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 165 static void abbrok(const char * abbrp, const char * zone);
170 static void show(char * zone, time_t t, int v);
181 static void showICU(FILE * fp, char * zone, time_t t1, time_t t2);
224 abbrok(abbrp, zone)
226 const char * const zone;
256 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
257 progname, zone, abbrp, wp);
464 /* we want to display a zone name here */
468 printf("ZONE: %s\n", argv[i]);
519 * abbreviated zone name changes *
772 abbrok(abbr(tmp), zone); local
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 35 * zone->lock and zone->lru_lock are two of the hottest locks in the kernel.
37 * cachelines. There are very few zone structures in the machine, so space
64 NUMA_INTERLEAVE_HIT, /* interleaver preferred this zone */
103 * allocator in the gfp_mask, in the zone modifier bits. These bits
106 * the gfp_mask should be considered as zone modifiers. Each valid
107 * combination of the zone modifier bits has a corresponding list
108 * of zones (in node_zonelists). Thus for two zone modifiers there
111 * combinations of zone modifiers in "zone modifier space"
139 struct zone { struct
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 102 * are in. Keep the time zone information from the NITZ string so
103 * we can fix the time zone once know the country.
961 TimeZone zone = null; local
1400 TimeZone zone = null; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 112 * are in. Keep the time zone information from the NITZ string so
113 * we can fix the time zone once know the country.
301 * Registration point for transition into packet service restricted zone.
321 * Registration point for transition out of packet service restricted zone.
973 TimeZone zone = null; local
1442 TimeZone zone = null; local
    [all...]

Completed in 922 milliseconds

12 3