OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TZDEFAULT
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
tzfile.h
26
#ifndef
TZDEFAULT
27
#define
TZDEFAULT
"localtime"
28
#endif /* !defined
TZDEFAULT
*/
/external/icu/icu4c/source/tools/tzcode/
tzfile.h
26
#ifndef
TZDEFAULT
27
#define
TZDEFAULT
"localtime"
28
#endif /* !defined
TZDEFAULT
*/
/external/icu/icu4c/source/common/
putil.cpp
664
#define
TZDEFAULT
"/etc/localtime"
669
#define
TZDEFAULT
"/etc/localtime"
958
if(compareBinaryFiles(
TZDEFAULT
, newpath, tzInfo)) {
[
all
...]
Completed in 2597 milliseconds