HomeSort by relevance Sort by last modified time
    Searched refs:REG_EMPTY (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/
regex.h 84 #define REG_EMPTY 14
  /development/ndk/platforms/android-8/include/
regex.h 84 #define REG_EMPTY 14
  /external/llvm/lib/Support/
regex_impl.h 79 #define REG_EMPTY 14
regerror.c 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regcomp.c 270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
354 SETERROR(REG_EMPTY);
449 REQUIRE(MORE(), REG_EMPTY);
489 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 88 #define REG_EMPTY 14
regerror.c 67 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regcomp.c 262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
346 SETERROR(REG_EMPTY);
441 REQUIRE(MORE(), REG_EMPTY);
481 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 84 #define REG_EMPTY 14
  /bionic/libc/regex/
regerror.c 67 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regcomp.c 262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
346 SETERROR(REG_EMPTY);
441 REQUIRE(MORE(), REG_EMPTY);
481 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /external/pcre/
pcreposix.h 84 REG_EMPTY, /* empty expression */

Completed in 275 milliseconds