HomeSort by relevance Sort by last modified time
    Searched defs:tzname (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/utils/
timezone.c 66 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...]
  /bionic/libc/tzcode/
localtime.c 106 ** 1. They might reference tzname[0] before calling tzset (explicitly
108 ** 2. They might reference tzname[1] before calling tzset (explicitly
110 ** 3. They might reference tzname[1] after setting to a time zone
112 ** 4. They might reference tzname[0] after setting to a time zone
117 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
118 ** string "tzname[0] used before set", and similarly for the other cases.
119 ** And another: initialize tzname[0] to "ERA", with an explanation in the
121 ** that tzname[0] has the "normal" length of three characters).
266 char * tzname[2] = { variable
322 tzname[0] = wildabbr
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 51 ** 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[0] = wildabbr
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 51 ** 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[0] = wildabbr
    [all...]
  /external/qemu/telephony/
android_modem.c 1304 char tzname[64]; local
    [all...]
  /system/core/libcutils/
tztime.c 84 ** 1. They might reference tzname[0] before calling tzset (explicitly
86 ** 2. They might reference tzname[1] before calling tzset (explicitly
88 ** 3. They might reference tzname[1] after setting to a time zone
90 ** 4. They might reference tzname[0] after setting to a time zone
95 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
96 ** string "tzname[0] used before set", and similarly for the other cases.
97 ** And another: initialize tzname[0] to "ERA", with an explanation in the
99 ** that tzname[0] has the "normal" length of three characters).
245 char * tzname[2] = { variable
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1407 String tzname = nitzSubs[8].replace('!','\/'); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1449 String tzname = nitzSubs[8].replace('!','\/'); local
    [all...]

Completed in 173 milliseconds