HomeSort by relevance Sort by last modified time
    Searched defs:REG_NEWLINE (Results 1 - 10 of 10) sorted by null

  /bionic/libc/include/
regex.h 66 #define REG_NEWLINE 0010
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 39 #define REG_NEWLINE (1<<1)
  /external/llvm/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
  /external/pcre/dist2/src/
pcre2posix.h 55 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 295 #define REG_NEWLINE (REG_ICASE << 1)
299 #define REG_NOSUB (REG_NEWLINE << 1)
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 270 #define REG_NEWLINE (REG_ICASE << 1)
274 #define REG_NOSUB (REG_NEWLINE << 1)
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 230 T(" n REG_NEWLINE explicit \\n match\n");
378 #ifndef REG_NEWLINE
456 #ifndef REG_NEWLINE
457 #define REG_NEWLINE NOTEST
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 230 T(" n REG_NEWLINE explicit \\n match\n");
378 #ifndef REG_NEWLINE
456 #ifndef REG_NEWLINE
457 #define REG_NEWLINE NOTEST
    [all...]

Completed in 519 milliseconds