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

  /bionic/libc/tzcode/
tzfile.h 32 #ifndef TZDIR
33 #define TZDIR "/system/usr/share/zoneinfo" /* Time zone object file directory */
34 #endif /* !defined TZDIR */
localtime.c 442 if ((p = TZDIR) == NULL) {
443 XLOG(("tzload: null TZDIR macro ?\n" ));
    [all...]
  /external/icu4c/tools/tzcode/
tzfile.h 32 #ifndef TZDIR
33 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
34 #endif /* !defined TZDIR */
tzselect.ksh 39 : ${TZDIR=$(pwd)}
49 TZ_COUNTRY_TABLE=$TZDIR/iso3166.tab
50 TZ_ZONE_TABLE=$TZDIR/zone.tab
237 TZ_for_date=$TZDIR/$TZ
zdump.c 978 getzones(TZDIR, NULL, &last, &count);
localtime.c 370 if ((p = TZDIR) == NULL)
    [all...]
zic.c 684 directory = TZDIR;
    [all...]
  /external/icu4c/common/
putil.cpp 679 #define TZZONEINFO (TZDIR "/")
    [all...]

Completed in 282 milliseconds