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

  /bionic/libc/tzcode/
localtime.c 514 int ttisgmtcnt; local
517 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
528 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
537 ttisgmtcnt) /* ttisgmts */
593 if (ttisgmtcnt == 0)
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 394 int ttisgmtcnt; local
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
417 ttisgmtcnt) /* ttisgmts */
473 if (ttisgmtcnt == 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 394 int ttisgmtcnt; local
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
417 ttisgmtcnt) /* ttisgmts */
473 if (ttisgmtcnt == 0)
    [all...]
  /system/core/libcutils/
tztime.c 448 int ttisgmtcnt; local
451 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
462 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
471 ttisgmtcnt) /* ttisgmts */
527 if (ttisgmtcnt == 0)
    [all...]

Completed in 18 milliseconds