OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_version
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/tzcode/
tzfile.h
52
char
tzh_version
[1]; /* '\0' or '2' as of 2005 */
member in struct:tzhead
88
** If
tzh_version
is '2' or greater, the above is followed by a second instance
localtime.c
640
if (u.tzhead.
tzh_version
[0] == '\0')
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
52
char
tzh_version
[1]; /* '\0' or '2' as of 2005 */
member in struct:tzhead
88
** If
tzh_version
is '2' or greater, the above is followed by a second instance
zic.c
[
all
...]
localtime.c
512
if (u.tzhead.
tzh_version
[0] == '\0')
[
all
...]
/system/core/libcutils/
tzfile.h
52
char
tzh_version
[1]; /* '\0' or '2' as of 2005 */
member in struct:tzhead
88
** If
tzh_version
is '2' or greater, the above is followed by a second instance
tztime.c
566
if (u.tzhead.
tzh_version
[0] == '\0')
[
all
...]
Completed in 545 milliseconds