OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzh_typecnt
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/tzcode/
tzfile.h
58
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
67
**
tzh_typecnt
repetitions of
localtime.c
520
sp->typecnt = (int) detzcode(u.tzhead.
tzh_typecnt
);
[
all
...]
/external/chromium/third_party/icu/source/tools/tzcode/
tzfile.h
58
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
67
**
tzh_typecnt
repetitions of
zic.c
[
all
...]
localtime.c
400
sp->typecnt = (int) detzcode(u.tzhead.
tzh_typecnt
);
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
58
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
67
**
tzh_typecnt
repetitions of
zic.c
[
all
...]
localtime.c
400
sp->typecnt = (int) detzcode(u.tzhead.
tzh_typecnt
);
[
all
...]
/system/core/libcutils/
tzfile.h
58
char
tzh_typecnt
[4]; /* coded number of local time types */
member in struct:tzhead
67
**
tzh_typecnt
repetitions of
tztime.c
454
sp->typecnt = (int) detzcode(u.tzhead.
tzh_typecnt
);
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java
209
int
tzh_typecnt
= data.getInt();
local
220
int[] gmtOffsets = new int[
tzh_typecnt
];
221
byte[] isDsts = new byte[
tzh_typecnt
];
222
byte[] abbreviationIndexes = new byte[
tzh_typecnt
];
223
for (int i = 0; i <
tzh_typecnt
; ++i) {
Completed in 107 milliseconds