Searched refs:typecnt (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c316 int32_t len, timecnt, typecnt, charcnt, idx, cnt; local
332 typecnt = __CFDetzcode(p);
336 if (typecnt <= 0 || timecnt < 0 || charcnt < 0) {
339 if (1024 < timecnt || 32 < typecnt || 128 < charcnt) {
344 if (len - (int32_t)sizeof(struct tzhead) < (4 + 1) * timecnt + (4 + 1 + 1) * typecnt + charcnt) {
350 charp = ttisp + (4 + 1 + 1) * typecnt;
372 if (typecnt <= type) {
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c111 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...]
H A Dtz2icu.cpp324 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;
[all...]
H A Dzic.c210 static int typecnt; variable
1737 for (i = 0; i < typecnt; ++i)
1744 if (typecnt != 0)
1745 writetype[typecnt - 1] = TRUE;
1757 for (i = 0; i < typecnt; ++i)
1762 for (i = 0; i < typecnt; ++i) {
1819 for (i = 0; i < typecnt; ++i)
1841 if (++j >= typecnt) {
1859 for (i = 0; i < typecnt; ++i)
1862 for (i = 0; i < typecnt;
[all...]
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c145 int typecnt; member in struct:state
401 if (sp->timecnt == 0 && sp->typecnt == 1) {
403 * Unfortunately, there is an edge case when typecnt == 1 and
647 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
651 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
654 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
655 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
659 sp->typecnt * (4 + 2) + /* ttinfos */
671 if (sp->types[i] >= sp->typecnt)
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c152 static int typecnt; variable
1468 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1469 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1472 convert(eitol(typecnt), tzh.tzh_typecnt);
1497 for (i = 0; i < typecnt; ++i) {
1510 if (++j >= typecnt) {
1524 for (i = 0; i < typecnt; ++i)
1526 for (i = 0; i < typecnt; ++i)
1583 typecnt = 0;
1761 typecnt
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c152 static int typecnt; variable
1468 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1469 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1472 convert(eitol(typecnt), tzh.tzh_typecnt);
1497 for (i = 0; i < typecnt; ++i) {
1510 if (++j >= typecnt) {
1524 for (i = 0; i < typecnt; ++i)
1526 for (i = 0; i < typecnt; ++i)
1583 typecnt = 0;
1761 typecnt
[all...]

Completed in 248 milliseconds