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

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c139 static long detzcode(const char * codep);
231 detzcode(codep) function
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);
421 detzcode(p) : detzcode64(p);
433 ttisp->tt_gmtoff = detzcode(
[all...]
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c205 static long detzcode(const char * codep);
356 detzcode(codep) function
643 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
644 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
645 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
646 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
647 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
648 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
666 sp->ats[i] = detzcode(p);
678 ttisp->tt_gmtoff = detzcode(
[all...]

Completed in 79 milliseconds