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

  /bionic/libc/tzcode/
localtime.c 116 int leapcnt; member in struct:state
386 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
391 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
403 sp->leapcnt * (stored + 4) + /* lsinfos */
434 for (i = 0; i < sp->leapcnt; ++i) {
975 sp->leapcnt = 0; /* so, we're off a little */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 109 int leapcnt; member in struct:state
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
415 sp->leapcnt * (stored + 4) + /* lsinfos */
446 for (i = 0; i < sp->leapcnt; ++i) {
953 sp->leapcnt = 0; /* so, we're off a little */
1208 lclptr->leapcnt = 0; /* so, we're off a little */
    [all...]
zic.c 194 static int leapcnt; variable
    [all...]
tz2icu.cpp 322 int64_t leapcnt = readcoded(file, 0); local
515 for (i=0; i<leapcnt; ++i) {
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 109 int leapcnt; member in struct:state
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
415 sp->leapcnt * (stored + 4) + /* lsinfos */
446 for (i = 0; i < sp->leapcnt; ++i) {
953 sp->leapcnt = 0; /* so, we're off a little */
1208 lclptr->leapcnt = 0; /* so, we're off a little */
    [all...]
zic.c 194 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 825 milliseconds