HomeSort by relevance Sort by last modified time
    Searched refs:REG_ECOLLATE (Results 51 - 70 of 70) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 73 #define REG_ECOLLATE 3
  /external/llvm/lib/Support/
regerror.c 61 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
regcomp.c 774 REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
777 REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
858 REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
885 SETERROR(REG_ECOLLATE); /* neither */
    [all...]
  /external/pcre/dist/
pcreposix.h 81 REG_ECOLLATE, /* collation error - not relevant */
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 56 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
regcomp.c 738 REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
741 REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
822 REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
849 SETERROR(REG_ECOLLATE); /* neither */
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 115 = #define REG_ECOLLATE 3
139 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
regcomp.c 880 REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
883 REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
982 REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
1015 SETERROR(REG_ECOLLATE); /* neither */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 179 case REG_ECOLLATE:
regex.h 332 REG_ECOLLATE, /* Inalid collating element. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 179 case REG_ECOLLATE:
regex.h 332 REG_ECOLLATE, /* Inalid collating element. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 409 #define REG_ECOLLATE _REG_ECOLLATE
regcomp.c 144 gettext_noop ("Invalid collation character") /* REG_ECOLLATE */
    [all...]

Completed in 45 milliseconds

1 23