HomeSort by relevance Sort by last modified time
    Searched refs:tzname (Results 26 - 38 of 38) sorted by null

12

  /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...]
zdump.c 156 extern char * tzname[2];
784 result = tzname[tmp->tm_isdst];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 282 extern char *tzname[2];
  /external/qemu/telephony/
android_modem.c 1891 char tzname[64]; local
    [all...]
  /system/core/libcutils/
tzstrftime.c 50 extern char * tzname[];
534 pt = _add(tzname[t->tm_isdst != 0],
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...]
  /external/v8/src/
platform-cygwin.cc 99 return tzname[0]; // The location of the timezone string on Cygwin.
platform-solaris.cc 124 return tzname[0]; // The location of the timezone string on Solaris.
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1286 String tzname = nitzSubs[8].replace('!','\/'); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1354 String tzname = nitzSubs[8].replace('!','\/'); local
    [all...]
  /external/icu4c/
config.status 588 s,@U_TZNAME@,tzname,;t t
    [all...]
configure     [all...]
configure.orig     [all...]

Completed in 454 milliseconds

12