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

  /bionic/libc/include/
regex.h 84 #define REG_EMPTY 14
  /ndk/build/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /ndk/build/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...]

Completed in 149 milliseconds