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

  /bionic/libc/include/
regex.h 80 #define REG_BADBR 10
  /development/ndk/platforms/android-8/include/
regex.h 80 #define REG_BADBR 10
  /external/llvm/lib/Support/
regex_impl.h 75 #define REG_BADBR 10
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 419 REQUIRE(count <= count2, REG_BADBR);
429 SETERROR(REG_BADBR);
590 REQUIRE(count <= count2, REG_BADBR);
600 SETERROR(REG_BADBR);
622 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 84 #define REG_BADBR 10
regerror.c 63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 411 REQUIRE(count <= count2, REG_BADBR);
421 SETERROR(REG_BADBR);
582 REQUIRE(count <= count2, REG_BADBR);
592 SETERROR(REG_BADBR);
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 80 #define REG_BADBR 10
  /bionic/libc/regex/
regerror.c 63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 411 REQUIRE(count <= count2, REG_BADBR);
421 SETERROR(REG_BADBR);
582 REQUIRE(count <= count2, REG_BADBR);
592 SETERROR(REG_BADBR);
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/pcre/
pcreposix.h 76 REG_BADBR, /* invalid repeat counts in {} */
pcreposix.c 77 REG_BADBR, /* numbers out of order in {} quantifier */
79 REG_BADBR, /* number too big in {} quantifier */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 191 case REG_BADBR:
regex.h 324 REG_BADBR, /* Invalid contents of \{\}. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 416 #define REG_BADBR _REG_BADBR
regcomp.c 165 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
    [all...]

Completed in 315 milliseconds