Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c155 static bool typesequiv(struct state const *, int, int);
732 && typesequiv(sp, sp->types[i], repeattype)) { in tzloadbody()
742 && typesequiv(sp, sp->types[i], repeattype)) { in tzloadbody()
825 typesequiv(const struct state *sp, int a, int b) in typesequiv() function