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

1 2 3

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex11.c 44 { "a(.*)b", "a b", REG_EXTENDED, 2, { { 0, 3 }, { 1, 2 } } },
57 { "(^|foo)bar", "bar", REG_EXTENDED, 2, { { 0, 3 }, { -1, -1 } } },
58 { "(foo|^)bar", "bar", REG_EXTENDED, 2, { { 0, 3 }, { -1, -1 } } },
63 { "()\\1", "x", REG_EXTENDED, 2, { { 0, 0 }, { 0, 0 } } },
64 { "()x\\1", "x", REG_EXTENDED, 2, { { 0, 1 }, { 0, 0 } } },
65 { "()\\1*\\1*", "", REG_EXTENDED, 2, { { 0, 0 }, { 0, 0 } } },
66 { "([0-9]).*\\1(a*)", "7;7a6", REG_EXTENDED, 3, { { 0, 4 }, { 0, 1 }, { 3, 4 } } },
67 { "([0-9]).*\\1(a*)", "7;7a", REG_EXTENDED, 3, { { 0, 4 }, { 0, 1 }, { 3, 4 } } },
68 { "(b)()c\\1", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 1 }, { 1, 1 } } },
69 { "()(b)c\\2", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 0 }, { 0, 1 } } }
    [all...]
bug-regex27.c 33 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
34 { "a.b", "a\nb", REG_EXTENDED, 0 },
35 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
36 { "a[^x]b", "a\nb", REG_EXTENDED, 0 }
bug-regex21.c 44 REG_EXTENDED | REG_ICASE) == 0)
bug-regex12.c 43 { "a^b", "a^b", REG_EXTENDED, 0 }
bug-regex15.c 38 REG_EXTENDED | REG_NOSUB);
bug-regex9.c 47 n = regcomp (&re, "^#! */.*/(k|ba||pdk|z)sh", REG_EXTENDED);
tst-boost.c 86 int flags = REG_EXTENDED;
129 flags = REG_EXTENDED;
  /bionic/libc/include/
regex.h 62 #define REG_EXTENDED 0001
  /development/ndk/platforms/android-8/include/
regex.h 62 #define REG_EXTENDED 0001
  /external/llvm/lib/Support/
regex_impl.h 57 #define REG_EXTENDED 0001
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 66 #define REG_EXTENDED 0001
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 62 #define REG_EXTENDED 0001
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 49 int cflags = REG_EXTENDED;

Completed in 1127 milliseconds

1 2 3