HomeSort by relevance Sort by last modified time
    Searched full:nplus (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Support/
regengine.inc 79 const char **lastpos; /* [nplus+1] */
222 if (g->nplus > 0 && m->lastpos == NULL)
223 m->lastpos = (const char **)malloc((g->nplus+1) *
225 if (g->nplus > 0 && m->lastpos == NULL) {
238 assert(g->nplus == 0 || m->lastpos != NULL);
610 assert(lev+1 <= m->g->nplus);
regex2.h 150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regcomp.c 236 g->nplus = pluscount(p, g);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 79 char **lastpos; /* [nplus+1] */
218 if (g->nplus > 0 && m->lastpos == NULL)
219 m->lastpos = (char **)malloc((g->nplus+1) *
221 if (g->nplus > 0 && m->lastpos == NULL) {
234 assert(g->nplus == 0 || m->lastpos != NULL);
601 assert(lev+1 <= m->g->nplus);
regex2.h 150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regcomp.c 228 g->nplus = pluscount(p, g);
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 115 const char **lastpos; /* [nplus+1] */
274 if (g->nplus > 0 && m->lastpos == NULL)
275 m->lastpos = malloc((g->nplus+1) *
277 if (g->nplus > 0 && m->lastpos == NULL) {
289 assert(g->nplus == 0 || m->lastpos != NULL);
698 assert(lev+1 <= m->g->nplus);
regex2.h 202 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regcomp.c 319 g->nplus = pluscount(p, g);
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
parse_test.cc 46 { "a+?", "nplus{lit{a}}" },
  /external/regex-re2/re2/testing/
parse_test.cc 46 { "a+?", "nplus{lit{a}}" },
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 379 milliseconds