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

1 2 3 4

  /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:__anon29055
  /bionic/libc/include/
regex.h 51 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon267
  /development/ndk/platforms/android-21/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon2390
  /development/ndk/platforms/android-9/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon2922
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 85 size_t re_nsub; member in struct:__anon9227
  /external/llvm/lib/Support/
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
  /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
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon61606
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon62059
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon62514
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon62922
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon63382
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon63844
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon64254
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon64716
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon65180
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon65590
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon66052
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon66516
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon66926
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon67388
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon67852
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon68262

Completed in 1282 milliseconds

1 2 3 4