Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c133 static int_fast32_t detzcode(const char * codep);
228 detzcode(const char *const codep) in detzcode() function
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt); in tzload()
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt); in tzload()
420 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload()
452 ttisp->tt_gmtoff = detzcode(p); in tzload()
[all …]