Home
last modified time | relevance | path

Searched refs:typesequiv (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c159 static bool typesequiv(struct state const *, int, int);
632 if (typesequiv(sp, sp->types[i], sp->types[0]) && in tzloadbody()
638 if (typesequiv(sp, sp->types[sp->timecnt - 1], in tzloadbody()
704 typesequiv(const struct state *sp, int a, int b) in typesequiv() function