Searched refs:tzname (Results 1 - 16 of 16) sorted by relevance

/external/qemu/android/utils/
H A Dtimezone.h16 * 'tzname' is not in zoneinfo format (e.g. Area/Location)
18 extern int timezone_set( const char* tzname );
H A Dtimezone.c66 timezone_set( const char* tzname )
70 if ( !check_timezone_is_zoneinfo(tzname) )
73 len = strlen(tzname);
77 strcpy( android_timezone0, tzname );
686 char tzname[128]; local
698 memset(tzname, 0, sizeof(tzname));
699 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
702 if ( !strcmp(win32tz->win_name, tzname) ) {
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname
/external/webkit/Source/WebCore/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname
/external/icu4c/common/unicode/
H A Dplatform.h318 #define U_TZNAME tzname
/external/icu4c/tools/tzcode/
H A Dlocaltime.c51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
55 ** 3. They might reference tzname[1] after setting to a time zone
57 ** 4. They might reference tzname[0] after setting to a time zone
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
63 ** string "tzname[0] used before set", and similarly for the other cases.
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
66 ** that tzname[0] has the "normal" length of three characters).
206 char * tzname[2] = { variable
262 tzname[
[all...]
H A Dzdump.c156 extern char * tzname[2];
784 result = tzname[tmp->tm_isdst];
/external/qemu/telephony/
H A Dandroid_modem.c1891 char tzname[64]; local
1911 char* end = tzname + sizeof(tzname);
1912 char* p = bufprint_zoneinfo_timezone( tzname, end );
1914 strcpy(tzname, "Unknown/Unknown");
1920 p = tzname;
1940 tzname );
/external/v8/src/
H A Dplatform-cygwin.cc106 return tzname[0]; // The location of the timezone string on Cygwin.
H A Dplatform-solaris.cc135 return tzname[0]; // The location of the timezone string on Solaris.
/external/icu4c/
H A Dconfig.status588 s,@U_TZNAME@,tzname,;t t
H A Dconfigure6937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
6938 $as_echo_n "checking for tzname... " >&6; }
6949 #ifndef tzname /* For SGI. */
6950 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
6955 atoi(*tzname);
6971 U_TZNAME=tzname
H A Dconfigure.orig6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
6911 $as_echo_n "checking for tzname... " >&6; }
6922 #ifndef tzname /* For SGI. */
6923 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
6928 atoi(*tzname);
6944 U_TZNAME=tzname
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 402 milliseconds