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

  /bionic/libc/tzcode/
localtime.c 513 int ttisstdcnt; local
516 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
527 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
536 ttisstdcnt + /* ttisstds */
580 if (ttisstdcnt == 0)
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 393 int ttisstdcnt; local
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
407 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
416 ttisstdcnt + /* ttisstds */
460 if (ttisstdcnt == 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 393 int ttisstdcnt; local
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
407 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
416 ttisstdcnt + /* ttisstds */
460 if (ttisstdcnt == 0)
    [all...]
  /system/core/libcutils/
tztime.c 447 int ttisstdcnt; local
450 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
461 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
470 ttisstdcnt + /* ttisstds */
514 if (ttisstdcnt == 0)
    [all...]

Completed in 17 milliseconds