Searched defs:tz (Results 1 - 25 of 73) sorted by relevance

123

/external/icu4c/i18n/unicode/
H A Dvtzone.h415 BasicTimeZone *tz; member in class:VTimeZone
/external/icu4c/test/intltest/
H A Ditformat.cpp81 TimeZone *tz = TimeZone::createTimeZone("PST"); local
82 TimeZone::setDefault(*tz);
83 delete tz;
H A Dcaltztst.cpp161 const TimeZone& tz)
171 format->setTimeZone(tz);
160 dateToString(UDate d, UnicodeString& str, const TimeZone& tz) argument
H A Dwindttst.cpp76 const TimeZone *tz = TimeZone::createDefault(); local
79 tz->getID(zoneID);
191 delete tz;
H A Ddadrfmt.cpp187 TimeZone * tz = TimeZone::createTimeZone(zone); local
188 cal->setTimeZone(*tz);
189 format->setTimeZone(*tz);
190 delete tz;
H A Ddtfmapts.cpp243 const TimeZone& tz = def->getTimeZone(); local
244 TimeZone *newTz = tz.clone();
/external/chromium/base/
H A Dtime_posix.cc59 struct timezone tz = { 0, 0 }; // UTC local
60 if (gettimeofday(&tv, &tz) != 0) {
/external/chromium/third_party/libevent/
H A Devutil.c209 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) argument
/external/icu4c/test/compat/
H A Dtzdate.c75 const UChar *tz = 0; local
82 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status);
/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h163 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
170 sdf->setTimeZone(*tz);
194 delete tz;
/external/libnfc-nci/src/adaptation/
H A Dbte_logmsg.c55 struct timezone tz; local
60 gettimeofday(&tv, &tz);
90 struct timezone tz; local
94 gettimeofday(&tv, &tz);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DTime.java69 private String tz = null; field in class:Time
87 tz = cal.getTimeZone().getID();
153 return tz;
159 * @param tz the time zone.
161 public void setTz(String tz) { argument
162 this.tz = tz;
189 if (tz != null) {
190 buf.append("<tz>").append(tz)
[all...]
/external/tremolo/Tremolo/
H A Dmisc.c92 static struct timezone tz; local
95 gettimeofday(&tv,&tz);
149 static struct timezone tz; local
155 gettimeofday(&tv,&tz);
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTranslateTransformOperation.h40 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
42 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
75 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
78 , m_z(tz)
/external/icu4c/i18n/
H A Dwintzimpl.cpp36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { argument
39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type
119 TimeZone *tz = TimeZone::createTimeZone(id); local
121 if (tz != NULL) {
128 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
/external/icu4c/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
69 const UChar *tz = 0; local
92 tz = GMT_ID;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
241 const UChar *tz,
263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
318 fmt = udat_open(style, style, 0, tz,
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]
/external/netperf/
H A Dnetcpu_perfstat.c137 struct timezone tz; local
192 gettimeofday (&time1, &tz);
194 gettimeofday (&time2, &tz);
H A Dnetcpu_pstat.c122 struct timezone tz; local
158 gettimeofday (&time1, &tz);
160 gettimeofday (&time2, &tz);
/external/v8/src/
H A Ddateparser-inl.h43 TimeZoneComposer tz; local
95 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz);
122 } else if (tz.IsExpecting(n)) {
123 tz.SetAbsoluteMinute(n);
147 tz.Set(value);
152 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
154 tz.SetSign(token.ascii_sign());
163 tz.SetAbsoluteHour(n);
164 tz.SetAbsoluteMinute(kNone);
166 tz
217 ParseES5DateTime( DateStringTokenizer<Char>* scanner, DayComposer* day, TimeComposer* time, TimeZoneComposer* tz) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java88 /** @param tz a time zone to set */
89 void setTimeZone(TimeZone tz); argument
/external/bluetooth/bluedroid/main/
H A Dbte_logmsg.c228 struct timezone tz; local
232 gettimeofday(&tv, &tz);
280 struct timezone tz; local
286 gettimeofday(&tv, &tz);
/external/e2fsprogs/debugfs/
H A Dutil.c195 const char *tz; local
199 tz = getenv("TZ");
200 if (!tz)
201 tz = "";
202 do_gmt = !strcmp(tz, "GMT");
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java155 public void exportDate(String hdfName, String tz, int tt) { argument
/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java128 String hdfname, String tz, int tt) {
129 getHdf().exportDate(hdfname, tz, tt);
127 exportDate( String hdfname, String tz, int tt) argument
H A DHDF.java104 void exportDate(String hdfName, String tz, int tt); argument

Completed in 1355 milliseconds

123