OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_typecnt
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/tzcode/
tzfile.h
48
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
57
**
tzh_typecnt
repetitions of
localtime.c
439
int_fast32_t typecnt = detzcode(up->tzhead.
tzh_typecnt
);
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tzfile.h
48
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
57
**
tzh_typecnt
repetitions of
zic.c
[
all
...]
localtime.c
398
sp->typecnt = (int) detzcode(up->tzhead.
tzh_typecnt
);
[
all
...]
/libcore/luni/src/main/java/libcore/util/
ZoneInfo.java
201
int
tzh_typecnt
= it.readInt();
local
202
if (
tzh_typecnt
> 256) {
225
int[] gmtOffsets = new int[
tzh_typecnt
];
226
byte[] isDsts = new byte[
tzh_typecnt
];
227
for (int i = 0; i <
tzh_typecnt
; ++i) {
[
all
...]
Completed in 224 milliseconds