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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon58036
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon58813
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon59591
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon61038
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon61438
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon61890
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon62344
  /external/pcre/dist/
pcreposix.c 274 int re_nsub = 0; local
298 &re_nsub);
299 preg->re_nsub = (size_t)re_nsub;
pcreposix.h 99 size_t re_nsub; member in struct:__anon12191
  /external/llvm/lib/Support/
Regex.cpp 56 return preg->re_nsub;
60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
regcomp.c 238 preg->re_nsub = g->nsub;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 452 compiled, the `re_nsub' field is available. All other fields are
483 size_t re_nsub;
492 for `max (RE_NREGS, re_nsub + 1)' groups.
480 size_t re_nsub; member in struct:re_pattern_buffer
regcomp.c 456 `re_nsub' to the number of subexpressions in PATTERN.
770 preg->re_nsub = 0;
820 preg->re_nsub = 0;
    [all...]
regexec.c 460 && regs->num_regs <= bufp->re_nsub, 0))
471 nregs = bufp->re_nsub + 1;
678 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 128 && new_regex->pattern.re_nsub < needed_sub - 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 354 compiled, the `re_nsub' field is available. All other fields are
398 size_t re_nsub;
407 for `max (RE_NREGS, re_nsub + 1)' groups.
395 size_t re_nsub; member in struct:re_pattern_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 354 compiled, the `re_nsub' field is available. All other fields are
398 size_t re_nsub;
407 for `max (RE_NREGS, re_nsub + 1)' groups.
395 size_t re_nsub; member in struct:re_pattern_buffer
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 230 preg->re_nsub = g->nsub;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 321 preg->re_nsub = g->nsub;
    [all...]

Completed in 1415 milliseconds

1 23