Searched defs:tzname (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/utils/
H A Dtimezone.c67 timezone_set( const char* tzname )
71 if ( !check_timezone_is_zoneinfo(tzname) )
74 len = strlen(tzname);
78 strcpy( android_timezone0, tzname );
687 char tzname[128]; local
699 memset(tzname, 0, sizeof(tzname));
700 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
703 if ( !strcmp(win32tz->win_name, tzname) ) {
[all...]
/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/qemu/telephony/
H A Dandroid_modem.c1895 char tzname[64]; local
1915 char* end = tzname + sizeof(tzname);
1916 char* p = bufprint_zoneinfo_timezone( tzname, end );
1918 strcpy(tzname, "Unknown/Unknown");
1924 p = tzname;
1944 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 152 milliseconds