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

  /bionic/libc/include/
regex.h 51 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon303
  /bionic/tests/headers/posix/
regex_h.c 35 STRUCT_MEMBER(regex_t, size_t, re_nsub);
  /external/llvm/lib/Support/
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
Regex.cpp 56 return preg->re_nsub;
60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
regcomp.c 246 preg->re_nsub = g->nsub;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
Regex.cpp 52 return preg->re_nsub;
56 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
regcomp.c 238 preg->re_nsub = g->nsub;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
Regex.cpp 65 return preg->re_nsub;
72 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
regcomp.c 246 preg->re_nsub = g->nsub;
    [all...]
  /external/pcre/dist2/src/
pcre2posix.c 236 int re_nsub = 0; local
268 PCRE2_INFO_CAPTURECOUNT, &re_nsub);
269 preg->re_nsub = (size_t)re_nsub;
270 preg->re_match_data = pcre2_match_data_create(re_nsub + 1, NULL);
pcre2posix.h 99 size_t re_nsub; member in struct:__anon30969
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 163 reg->re_nsub = ONIG_C(reg)->num_mem;
218 if (reg->re_nsub > nmatch - 1)
219 reg->re_nsub = (nmatch <= 1 ? 0 : nmatch - 1);
onigposix.h 85 size_t re_nsub; member in struct:__anon8283
  /external/toybox/toys/pending/
expr.c 115 if (pat.re_nsub>0) {
122 if (pat.re_nsub>0) ret->s = "";
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 326 compiled, the `re_nsub' field is available. All other fields are
362 size_t re_nsub;
372 for `max (RE_NREGS, re_nsub + 1)' groups.
359 size_t re_nsub; member in struct:re_pattern_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 357 the fields `re_nsub', `not_bol' and `not_eol' are available. All
401 size_t re_nsub;
410 for `max (RE_NREGS, re_nsub + 1)' groups.
398 size_t re_nsub; member in struct:re_pattern_buffer
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c     [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 498 the range 0 to one less than the pattern buffer's re_nsub
507 number, in the range 0 to one less than `re_nsub' in the
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 320 preg->re_nsub = g->nsub;
    [all...]

Completed in 127 milliseconds