OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leapcnt
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/tzcode/
localtime.c
123
int
leapcnt
;
member in struct:state
437
int_fast32_t
leapcnt
= detzcode(up->tzhead.tzh_leapcnt);
local
442
if (! (0 <=
leapcnt
&&
leapcnt
< TZ_MAX_LEAPS
455
+
leapcnt
* (stored + 4) /* lsinfos */
459
sp->
leapcnt
=
leapcnt
;
517
leapcnt
= 0;
518
for (i = 0; i < sp->
leapcnt
; ++i) {
526
if (
leapcnt
&& trans <= sp->lsis[leapcnt - 1].ls_trans)
[
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 2578 milliseconds