OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_charcnt
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/tzcode/
tzfile.h
59
char
tzh_charcnt
[4]; /* coded number of abbr. chars */
member in struct:tzhead
71
**
tzh_charcnt
(char)s '\0'-terminated zone abbreviations
localtime.c
529
sp->charcnt = (int) detzcode(u.tzhead.
tzh_charcnt
);
530
p = u.tzhead.
tzh_charcnt
+ sizeof u.tzhead.
tzh_charcnt
;
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
59
char
tzh_charcnt
[4]; /* coded number of abbr. chars */
member in struct:tzhead
71
**
tzh_charcnt
(char)s '\0'-terminated zone abbreviations
localtime.c
401
sp->charcnt = (int) detzcode(u.tzhead.
tzh_charcnt
);
402
p = u.tzhead.
tzh_charcnt
+ sizeof u.tzhead.
tzh_charcnt
;
[
all
...]
zic.c
[
all
...]
/system/core/libcutils/
tzfile.h
59
char
tzh_charcnt
[4]; /* coded number of abbr. chars */
member in struct:tzhead
71
**
tzh_charcnt
(char)s '\0'-terminated zone abbreviations
tztime.c
455
sp->charcnt = (int) detzcode(u.tzhead.
tzh_charcnt
);
456
p = u.tzhead.
tzh_charcnt
+ sizeof u.tzhead.
tzh_charcnt
;
[
all
...]
Completed in 27 milliseconds