HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1501 - 1525 of 1601) sorted by null

<<6162636465

  /external/icu/icu4c/source/tools/tzcode/
zic.c 867 register int base, out; local
904 for (base = 0; base < nrules; base = out) {
906 for (out = base + 1; out < nrules; ++out)
907 if (strcmp(rp->r_name, rules[out].r_name) != 0)
914 zp->z_nrules = out - base;
    [all...]
  /external/libxml2/
HTMLparser.c 356 * try to use a meta which had been commented out, that's the reason it
484 "Char 0x%X out of allowed range\n", val);
491 "Char 0x%X out of allowed range\n", 0);
2536 xmlChar *out = NULL; local
3984 xmlChar out[6]; local
    [all...]