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

  /bionic/libc/tzcode/
tzfile.h 26 #ifndef TZDEFAULT
27 #define TZDEFAULT "localtime"
28 #endif /* !defined TZDEFAULT */
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzfile.h 36 #ifndef TZDEFAULT
37 #define TZDEFAULT "localtime"
38 #endif /* !defined TZDEFAULT */
  /external/icu4c/tools/tzcode/
tzfile.h 36 #ifndef TZDEFAULT
37 #define TZDEFAULT "localtime"
38 #endif /* !defined TZDEFAULT */
  /external/chromium_org/third_party/icu/source/common/
putil.c 667 #define TZDEFAULT "/etc/localtime"
954 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) {
    [all...]
  /external/icu4c/common/
putil.cpp 682 #define TZDEFAULT "/etc/localtime"
686 #define TZDEFAULT "/etc/localtime"
975 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo))
    [all...]

Completed in 98 milliseconds