HomeSort by relevance Sort by last modified time
    Searched refs:detzcode (Results 1 - 3 of 3) 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/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 139 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(p)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 139 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(p)
    [all...]

Completed in 69 milliseconds