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

  /bionic/libc/tzcode/
localtime.c 115 int leapcnt; member in struct:state
409 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
414 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
426 sp->leapcnt * (stored + 4) + /* lsinfos */
478 for (i = 0; i < sp->leapcnt; ++i) {
976 sp->leapcnt = 0; /* so, we're off a little */
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 102 int leapcnt; member in struct:state
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
413 sp->leapcnt * (stored + 4) + /* lsinfos */
465 for (i = 0; i < sp->leapcnt; ++i) {
964 sp->leapcnt = 0; /* so, we're off a little */
1232 lclptr->leapcnt = 0; /* so, we're off a little */
    [all...]
zic.c 189 static int leapcnt; variable
    [all...]
tz2icu.cpp 322 int64_t leapcnt = readcoded(file, 0); local
515 for (i=0; i<leapcnt; ++i) {
    [all...]

Completed in 105 milliseconds