OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_charcnt
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
tzfile.h
49
char
tzh_charcnt
[4]; /* coded number of abbr. chars */
member in struct:tzhead
61
**
tzh_charcnt
(char)s '\0'-terminated zone abbreviations
localtime.c
440
int_fast32_t charcnt = detzcode(up->tzhead.
tzh_charcnt
);
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tzfile.h
49
char
tzh_charcnt
[4]; /* coded number of abbr. chars */
member in struct:tzhead
61
**
tzh_charcnt
(char)s '\0'-terminated zone abbreviations
localtime.c
399
sp->charcnt = (int) detzcode(up->tzhead.
tzh_charcnt
);
400
p = up->tzhead.
tzh_charcnt
+ sizeof up->tzhead.
tzh_charcnt
;
[
all
...]
zic.c
[
all
...]
Completed in 142 milliseconds