OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDEFAULT
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/tzcode/
tzfile.h
26
#ifndef
TZDEFAULT
27
#define
TZDEFAULT
"localtime"
28
#endif /* !defined
TZDEFAULT
*/
localtime.c
389
name =
TZDEFAULT
;
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tzfile.h
26
#ifndef
TZDEFAULT
27
#define
TZDEFAULT
"localtime"
28
#endif /* !defined
TZDEFAULT
*/
zic.c
750
dolink(lcltime,
TZDEFAULT
);
1152
if (strcmp(fields[ZF_NAME],
TZDEFAULT
) == 0 && lcltime != NULL) {
1155
TZDEFAULT
);
[
all
...]
localtime.c
350
if (name == NULL && (name =
TZDEFAULT
) == NULL)
[
all
...]
/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 211 milliseconds