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

  /bionic/libc/tzcode/
localtime.c 168 int leapcnt; member in struct:state
518 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
523 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
535 sp->leapcnt * (stored + 4) + /* lsinfos */
566 for (i = 0; i < sp->leapcnt; ++i) {
1040 sp->leapcnt = 0; /* so, we're off a little */
    [all...]
  /external/chromium/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 321 int64_t leapcnt = readcoded(file, 0); local
514 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...]
  /system/core/libcutils/
tztime.c 142 int leapcnt; member in struct:state
452 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
457 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
469 sp->leapcnt * (stored + 4) + /* lsinfos */
500 for (i = 0; i < sp->leapcnt; ++i) {
973 sp->leapcnt = 0; /* so, we're off a little */
    [all...]

Completed in 129 milliseconds