OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_charcnt
(Results
1 - 11
of
11
) 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
521
sp->charcnt = (int) detzcode(u.tzhead.
tzh_charcnt
);
522
p = u.tzhead.
tzh_charcnt
+ sizeof u.tzhead.
tzh_charcnt
;
[
all
...]
/external/chromium/third_party/icu/source/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
...]
/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
...]
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java
210
int
tzh_charcnt
= data.getInt();
local
229
byte[] abbreviationList = new byte[
tzh_charcnt
];
Completed in 918 milliseconds