HomeSort by relevance Sort by last modified time
    Searched refs:detzcode (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tzcode/
localtime.c 149 static int_fast32_t detzcode(const char * codep);
244 detzcode(const char *const codep) function
407 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
408 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
409 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
410 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
411 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
412 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
433 = stored == 4 ? detzcode(p) : detzcode64(p);
465 ttisp->tt_gmtoff = detzcode(p)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 133 static int_fast32_t detzcode(const char * codep);
228 detzcode(const char *const codep) function
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
420 = stored == 4 ? detzcode(p) : detzcode64(p);
452 ttisp->tt_gmtoff = detzcode(p)
    [all...]

Completed in 172 milliseconds