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

  /bionic/libc/regex/
regex2.h 148 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
engine.c 74 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
206 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
212 for (i = 1; i <= (int)m->g->nsub; i++)
244 for (i = 1; i <= m->g->nsub; i++) {
271 if (i <= (int)m->g->nsub)
450 assert(0 < i && i <= m->g->nsub);
455 assert(0 < i && i <= m->g->nsub);
574 assert(0 < i && i <= m->g->nsub);
637 assert(0 < i && i <= m->g->nsub);
648 assert(0 < i && i <= m->g->nsub);
    [all...]
regcomp.c 206 g->nsub = 0;
230 preg->re_nsub = g->nsub;
308 p->g->nsub++;
309 subno = p->g->nsub;
521 p->g->nsub++;
522 subno = p->g->nsub;
552 assert(i <= p->g->nsub);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 249 nsub=8836

Completed in 68 milliseconds