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

  /external/icu/icu4c/source/tools/tzcode/
localtime.c 104 int typecnt; member in struct:state
272 for (i = 0; i < sp->typecnt; ++i) {
305 for (i = 0; i < sp->typecnt; ++i) {
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
402 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
405 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
406 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
411 sp->typecnt * 6 + /* ttinfos */
442 if (sp->typecnt <= typ
    [all...]
zic.c 204 static int typecnt; variable
    [all...]
tz2icu.cpp 324 int64_t typecnt = readcoded(file, 0); local
330 if (isgmtcnt != typecnt || isdstcnt != typecnt) {
354 if (t < 0 || t >= typecnt) {
356 os << "illegal type: " << t << ", expected [0, " << (typecnt-1) << "]";
400 for (i=0; i<typecnt; ++i) {
418 assert(info.types.size() == (unsigned) typecnt);
422 assert(typecnt > 0);
521 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
524 for (i=0; i<typecnt; ++i) info.types[i].isgmt = readbool(file)
    [all...]
  /bionic/libc/tzcode/
localtime.c 125 int typecnt; member in struct:state
297 for (i = 0; i < sp->typecnt; ++i) {
326 for (i = 0; i < sp->typecnt; ++i) {
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); local
448 && 0 < typecnt && typecnt < TZ_MAX_TYPES
451 && (ttisstdcnt == typecnt || ttisstdcnt == 0)
452 && (ttisgmtcnt == typecnt || ttisgmtcnt == 0)))
458 + typecnt * 6 /* ttinfos */
466 sp->typecnt = typecnt
    [all...]

Completed in 72 milliseconds