HomeSort by relevance Sort by last modified time
    Searched full:backref (Results 26 - 50 of 74) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 96 #define REG_BACKR 02000 /* force use of backref code */
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 300 throw new IllegalArgumentException("values backref " + key + " is not an integer");
353 * @param backRefIndex which backRef to be used
365 ContentProviderResult backRef = backRefs[backRefIndex];
367 if (backRef.uri != null) {
368 backRefValue = ContentUris.parseId(backRef.uri);
370 backRefValue = backRef.count;
  /external/liblzf/cs/
CLZF.cs 148 * LLLOOOOO oooooooo ; backref L
149 * 111OOOOO LLLLLLLL oooooooo ; backref L+7
  /external/liblzf/
lzf_c.c 93 * LLLooooo oooooooo ; backref L+1=1..7 octets, o+1=1..4096 offset
94 * 111ooooo LLLLLLLL oooooooo ; backref L+8 octets, o+1=1..4096 offset
  /external/liblzf/src/org/liblzf/
CLZF.java 148 * LLLOOOOO oooooooo ; backref L
149 * 111OOOOO LLLLLLLL oooooooo ; backref L+7
  /external/llvm/docs/_static/
llvm.css 112 .toc-backref { color: black; text-decoration: none; }
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 196 = #define REG_BACKR 02000 // force use of backref code
  /external/chromium_org/third_party/icu/source/i18n/
regeximp.h 220 "BACKREF", \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 366 raise error, "conditional backref with more than two branches"
567 raise error("bad character in backref group name "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 366 raise error, "conditional backref with more than two branches"
567 raise error("bad character in backref group name "
  /external/llvm/utils/FileCheck/
FileCheck.cpp 354 assert(BackrefNum >= 1 && BackrefNum <= 9 && "Invalid backref number");
355 std::string Backref = std::string("\\") +
357 RegExStr += Backref;
    [all...]
  /external/icu4c/i18n/
regeximp.h 230 "BACKREF", \

Completed in 659 milliseconds

12 3