OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDEFRULES
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
tzfile.h
40
#ifndef
TZDEFRULES
41
#define
TZDEFRULES
"posixrules"
42
#endif /* !defined
TZDEFRULES
*/
localtime.c
133
** The DST rules to use if TZ has no rules and we can't load
TZDEFRULES
.
1002
load_result = tzload(
TZDEFRULES
, sp, FALSE);
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
40
#ifndef
TZDEFRULES
41
#define
TZDEFRULES
"posixrules"
42
#endif /* !defined
TZDEFRULES
*/
zic.c
737
dolink(psxrules,
TZDEFRULES
);
1136
if (strcmp(fields[ZF_NAME],
TZDEFRULES
) == 0 && psxrules != NULL) {
1137
buf = erealloc(buf, (int) (132 + strlen(
TZDEFRULES
)));
1140
TZDEFRULES
);
[
all
...]
localtime.c
76
** The DST rules to use if TZ has no rules and we can't load
TZDEFRULES
.
951
load_result = tzload(
TZDEFRULES
, sp, FALSE);
[
all
...]
Completed in 2639 milliseconds