Searched refs:detzcode (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c172 static long detzcode P((const char * codep));
270 detzcode(codep) function
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);
475 detzcode(p) : detzcode64(p);
487 ttisp->tt_gmtoff = detzcode(
[all...]

Completed in 42 milliseconds