HomeSort by relevance Sort by last modified time
    Searched refs:REG_ICASE (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 63 #define REG_ICASE 0002
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 63 #define REG_ICASE 0002
  /external/pcre/dist/
pcreposix.h 55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */
pcreposix.c 276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS;
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 88 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;
111 if (new_regex->flags & REG_ICASE)
compile.c 614 flags |= REG_ICASE;
972 flags |= REG_ICASE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 287 #define REG_ICASE (REG_EXTENDED << 1)
292 #define REG_NEWLINE (REG_ICASE << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 287 #define REG_ICASE (REG_EXTENDED << 1)
292 #define REG_NEWLINE (REG_ICASE << 1)
  /external/llvm/lib/Support/
Regex.cpp 27 flags |= REG_ICASE;
regcomp.c 700 if (p->g->cflags&REG_ICASE) {
938 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1134 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 130 if (strstr (line, "REG_ICASE"))
131 flags |= REG_ICASE;
tst-pcre.c 166 REG_EXTENDED | (ignorecase ? REG_ICASE : 0));
tst-rxspencer.c 486 cflags |= REG_ICASE;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 344 #define REG_ICASE (1 << 1)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 492 cflags |= REG_ICASE;
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 289 ret = regcomp(&ereg, reg, REG_ICASE|REG_NOSUB);
298 ret = regcomp(&sreg, reg, REG_ICASE|REG_NOSUB);
519 ret = regcomp(&op->str.reg, str, REG_ICASE|REG_NOSUB);
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp     [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 664 if (p->g->cflags&REG_ICASE) {
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1098 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 226 = #define REG_ICASE 0002
799 if (p->g->cflags&REG_ICASE) {
1082 if ((p->g->cflags&REG_ICASE) && isalpha((unsigned char) ch)
    [all...]

Completed in 462 milliseconds

1 23 4