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

  /bionic/libc/tzcode/
localtime.c 118 int typecnt; member in struct:state
291 for (i = 0; i < sp->typecnt; ++i) {
324 for (i = 0; i < sp->typecnt; ++i) {
388 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
392 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
395 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
396 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
401 sp->typecnt * 6 + /* ttinfos */
414 if (sp->types[i] >= sp->typecnt)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 111 int typecnt; member in struct:state
277 for (i = 0; i < sp->typecnt; ++i) {
314 for (i = 0; i < sp->typecnt; ++i) {
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
404 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
407 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
413 sp->typecnt * 6 + /* ttinfos */
426 if (sp->types[i] >= sp->typecnt)
    [all...]
zic.c 210 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...]
  /external/icu4c/tools/tzcode/
localtime.c 111 int typecnt; member in struct:state
277 for (i = 0; i < sp->typecnt; ++i) {
314 for (i = 0; i < sp->typecnt; ++i) {
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
404 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
407 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
413 sp->typecnt * 6 + /* ttinfos */
426 if (sp->types[i] >= sp->typecnt)
    [all...]
zic.c 210 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...]

Completed in 285 milliseconds