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

  /external/compiler-rt/test/msan/
tzset.cc 7 extern char *tzname[2];
10 if (!strlen(tzname[0]) || !strlen(tzname[1]))
13 if (!strlen(tzname[0]) || !strlen(tzname[1]))
  /development/ndk/platforms/android-L/include/
time.h 39 extern char* tzname[] __LIBC_ABI_PUBLIC__;
  /bionic/libc/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 88 extern char* tzname[];
  /development/ndk/platforms/android-8/include/
time.h 88 extern char* tzname[];
  /bionic/libc/tzcode/
localtime.c 57 ** 1. They might reference tzname[0] before calling tzset (explicitly
59 ** 2. They might reference tzname[1] before calling tzset (explicitly
61 ** 3. They might reference tzname[1] after setting to a time zone
63 ** 4. They might reference tzname[0] after setting to a time zone
68 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
69 ** string "tzname[0] used before set", and similarly for the other cases.
70 ** And another: initialize tzname[0] to "ERA", with an explanation in the
72 ** that tzname[0] has the "normal" length of three characters).
219 char * tzname[2] = { variable
273 tzname[0] = tzname[1] = (char *) wildabbr
    [all...]
strftime.c 121 extern char * tzname[];
558 pt = _add(tzname[t->tm_isdst != 0],
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 111 extern char * tzname[];
450 pt = _sadd(tzname[t->tm_isdst != 0],
  /external/chromium_org/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...]
zdump.c 156 extern char * tzname[2];
784 result = tzname[tmp->tm_isdst];
  /external/icu/icu4c/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...]
zdump.c 156 extern char * tzname[2];
784 result = tzname[tmp->tm_isdst];
  /external/chromium_org/third_party/icu/source/common/
putilimp.h 145 # define U_TZNAME tzname
438 * variables: daylight, timezone, and tzname. These variables have the
445 * tzname(0) Three-letter time-zone name derived from TZ environment
447 * tzname(1) Three-letter DST zone name derived from TZ environment
449 * tzname(1) is an empty string.
475 * tzname(0) Three-letter time-zone name derived from TZ environment
477 * tzname(1) Three-letter DST zone name derived from TZ environment
479 * tzname(1) is an empty string.
  /external/chromium_org/v8/src/base/platform/
platform-cygwin.cc 34 return tzname[0]; // The location of the timezone string on Cygwin.
platform-solaris.cc 63 return tzname[0]; // The location of the timezone string on Solaris.
  /external/icu/icu4c/source/common/
putilimp.h 142 # define U_TZNAME tzname
435 * variables: daylight, timezone, and tzname. These variables have the
442 * tzname(0) Three-letter time-zone name derived from TZ environment
444 * tzname(1) Three-letter DST zone name derived from TZ environment
446 * tzname(1) is an empty string.
472 * tzname(0) Three-letter time-zone name derived from TZ environment
474 * tzname(1) Three-letter DST zone name derived from TZ environment
476 * tzname(1) is an empty string.
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/icu/icu4c/source/
config.status 588 s,@U_TZNAME@,tzname,;t t
    [all...]
configure     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1305 milliseconds