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

  /bionic/libc/tzcode/
localtime.c 159 static bool typesequiv(struct state const *, int, int);
627 if (typesequiv(sp, sp->types[i], sp->types[0]) &&
633 if (typesequiv(sp, sp->types[sp->timecnt - 1],
699 typesequiv(const struct state *sp, int a, int b) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 177 static int typesequiv(const struct state * sp, int a, int b);
552 if (typesequiv(sp, sp->types[i], sp->types[0]) &&
558 if (typesequiv(sp, sp->types[sp->timecnt - 1],
612 typesequiv(const struct state *const sp, const int a, const int b) function
    [all...]

Completed in 2646 milliseconds