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

1 2 3 4

  /external/llvm/lib/Support/
Regex.cpp 56 return preg->re_nsub;
60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
regex_impl.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
  /bionic/libc/include/
regex.h 51 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon204
  /development/ndk/platforms/android-21/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon2153
  /development/ndk/platforms/android-8/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon2552
  /external/pcre/dist/
pcreposix.c 274 int re_nsub = 0; local
298 &re_nsub);
299 preg->re_nsub = (size_t)re_nsub;
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 54 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon36217
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon45585
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon46038
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon46493
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon46901
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon47361
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon47823
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon48233
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon48695
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon49159
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon49569
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon50031
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon50495
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon50905
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon51367
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon51831
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon52241
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon52703
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
regex.h 50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon53167

Completed in 1071 milliseconds

1 2 3 4