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

1 2

  /bionic/libc/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon37
  /development/ndk/platforms/android-8/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon1242
  /external/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;
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 54 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon19618
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon21190
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon27243
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon29093
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon29523
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon29929
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon30889
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon30904
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon31633
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon32080
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon34533
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon34878
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon35271
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon35718
  /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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 339 compiled, the `re_nsub' field is available. All other fields are
374 size_t re_nsub;
383 for `max (RE_NREGS, re_nsub + 1)' groups.
371 size_t re_nsub; member in struct:re_pattern_buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 339 compiled, the `re_nsub' field is available. All other fields are
374 size_t re_nsub;
383 for `max (RE_NREGS, re_nsub + 1)' groups.
371 size_t re_nsub; member in struct:re_pattern_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 339 compiled, the `re_nsub' field is available. All other fields are
374 size_t re_nsub;
383 for `max (RE_NREGS, re_nsub + 1)' groups.
371 size_t re_nsub; member in struct:re_pattern_buffer

Completed in 589 milliseconds

1 2