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

  /bionic/libc/tzcode/
localtime.c 200 static long detzcode P((const char * codep));
291 detzcode(codep) function
516 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
517 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
518 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
519 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
520 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
521 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
541 detzcode(p) : detzcode64(p);
553 ttisp->tt_gmtoff = detzcode(p)
    [all...]
  /external/chromium/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/icu4c/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...]
  /system/core/libcutils/
tztime.c 172 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(p)
    [all...]

Completed in 42 milliseconds