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

  /external/regex-re2/re2/
set.cc 51 int nsub = re->nsub(); local
52 re2::Regexp** sub = new re2::Regexp*[nsub + 1];
53 for (int i = 0; i < nsub; i++)
55 sub[nsub] = m;
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
regexp.h 108 // Matches concatenation of sub_[0..nsub-1].
110 // Matches union of sub_[0..nsub-1].
314 int nsub() { return nsub_; } function in class:re2::Regexp
480 static int FactorAlternation(Regexp** sub, int nsub, ParseFlags flags);
481 static int FactorAlternationRecursive(Regexp** sub, int nsub,
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 200 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 148 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 148 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /ndk/sources/host-tools/nawk-20071023/
run.c 458 int nsub = strlen(*SUBSEP); local
468 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "array"))
496 int nsub = strlen(*SUBSEP); local
515 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "awkdelete"))
536 int nsub = strlen(*SUBSEP); local
554 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "intest"))
    [all...]

Completed in 197 milliseconds