OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzhead
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/tzcode/
tzfile.h
50
struct
tzhead
{
struct
89
** of
tzhead
and a second instance of the data in which each coded transition
localtime.c
415
struct
tzhead
tzhead
;
member in union:__anon534
416
char buf[2 * sizeof(struct
tzhead
) +
516
ttisstdcnt = (int) detzcode(u.
tzhead
.tzh_ttisstdcnt);
517
ttisgmtcnt = (int) detzcode(u.
tzhead
.tzh_ttisgmtcnt);
518
sp->leapcnt = (int) detzcode(u.
tzhead
.tzh_leapcnt);
519
sp->timecnt = (int) detzcode(u.
tzhead
.tzh_timecnt);
520
sp->typecnt = (int) detzcode(u.
tzhead
.tzh_typecnt);
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
50
struct
tzhead
{
struct
89
** of
tzhead
and a second instance of the data in which each coded transition
localtime.c
347
struct
tzhead
tzhead
;
member in union:__anon3104
348
char buf[2 * sizeof(struct
tzhead
) +
396
ttisstdcnt = (int) detzcode(u.
tzhead
.tzh_ttisstdcnt);
397
ttisgmtcnt = (int) detzcode(u.
tzhead
.tzh_ttisgmtcnt);
398
sp->leapcnt = (int) detzcode(u.
tzhead
.tzh_leapcnt);
399
sp->timecnt = (int) detzcode(u.
tzhead
.tzh_timecnt);
400
sp->typecnt = (int) detzcode(u.
tzhead
.tzh_typecnt);
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
50
struct
tzhead
{
struct
89
** of
tzhead
and a second instance of the data in which each coded transition
localtime.c
347
struct
tzhead
tzhead
;
member in union:__anon4176
348
char buf[2 * sizeof(struct
tzhead
) +
396
ttisstdcnt = (int) detzcode(u.
tzhead
.tzh_ttisstdcnt);
397
ttisgmtcnt = (int) detzcode(u.
tzhead
.tzh_ttisgmtcnt);
398
sp->leapcnt = (int) detzcode(u.
tzhead
.tzh_leapcnt);
399
sp->timecnt = (int) detzcode(u.
tzhead
.tzh_timecnt);
400
sp->typecnt = (int) detzcode(u.
tzhead
.tzh_typecnt);
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
50
struct
tzhead
{
struct
89
** of
tzhead
and a second instance of the data in which each coded transition
tztime.c
365
struct
tzhead
tzhead
;
member in union:__anon17393
366
char buf[2 * sizeof(struct
tzhead
) +
450
ttisstdcnt = (int) detzcode(u.
tzhead
.tzh_ttisstdcnt);
451
ttisgmtcnt = (int) detzcode(u.
tzhead
.tzh_ttisgmtcnt);
452
sp->leapcnt = (int) detzcode(u.
tzhead
.tzh_leapcnt);
453
sp->timecnt = (int) detzcode(u.
tzhead
.tzh_timecnt);
454
sp->typecnt = (int) detzcode(u.
tzhead
.tzh_typecnt);
455
sp->charcnt = (int) detzcode(u.
tzhead
.tzh_charcnt);
456
p = u.
tzhead
.tzh_charcnt + sizeof u.tzhead.tzh_charcnt
[
all
...]
Completed in 113 milliseconds