HomeSort by relevance Sort by last modified time
    Searched full:backreference (Results 1 - 25 of 37) sorted by null

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 61 int backReference = shadowBuilder.getWithValueBackReference("foo");
62 assertThat(backReference, is(5));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
octal-001.js 17 // backreference
octal-002.js 16 // backreference
  /external/regex-re2/doc/
syntax.txt 112 \1 backreference NOT SUPPORTED
116 \g1 backreference NOT SUPPORTED
117 \g{1} backreference NOT SUPPORTED
118 \g{+1} backreference NOT SUPPORTED
119 \g{-1} backreference NOT SUPPORTED
120 \g{name} named backreference NOT SUPPORTED
123 \k<name> named backreference NOT SUPPORTED
124 \k'name' named backreference NOT SUPPORTED
354 (?P=name) named backreference NOT SUPPORTED
syntax.html 124 <tr><td><code><font color=#808080>\1</font></code></td><td>backreference </td></tr>
128 <tr><td><code><font color=#808080>\g1</font></code></td><td>backreference </td></tr>
129 <tr><td><code><font color=#808080>\g{1}</font></code></td><td>backreference </td></tr>
130 <tr><td><code><font color=#808080>\g{+1}</font></code></td><td>backreference </td></tr>
131 <tr><td><code><font color=#808080>\g{-1}</font></code></td><td>backreference </td></tr>
132 <tr><td><code><font color=#808080>\g{name}</font></code></td><td>named backreference </td></tr>
135 <tr><td><code><font color=#808080>\k&lt;name&gt;</font></code></td><td>named backreference </td></tr>
136 <tr><td><code><font color=#808080>\k'name'</font></code></td><td>named backreference </td></tr>
366 <tr><td><code><font color=#808080>(?P=name)</font></code></td><td>named backreference </td></tr>
  /external/llvm/lib/Support/
Regex.cpp 151 // Extract the backreference number.
160 *Error = "invalid backreference string '" + Ref.str() + "'";
regerror.c 64 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/String/
regress-104375.js 41 * "$1" refers to the first backreference: 'uid='
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 59 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 330 // To match Firefox, we parse an invalid backreference in the range [1-7] as an octal escape.
331 // First, try to parse this as backreference.
335 unsigned backReference = consumeNumber();
336 if (backReference <= m_backReferenceLimit) {
337 delegate.atomBackReference(backReference);
344 // Not a backreference, and not octal.
YarrInterpreter.h 230 static ByteTerm BackReference(unsigned subpatternId, int inputPos)
YarrInterpreter.cpp 509 // If the end position of the referenced match hasn't set yet then the backreference in the same parentheses where it references to that.
    [all...]
  /external/llvm/unittests/Support/
RegexTest.cpp 112 EXPECT_EQ(Error, "invalid backreference string '100'");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
shell.js 137 * However, the backreference $1 is not a literal string value,
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 552 /* If this state has backreference node(s). */
682 Idx nbackref; /* The number of backreference in this dfa. */
684 /* Bitmap expressing which backreference is used. */
689 /* If this dfa has "multibyte node", which is a backreference or
regexec.c     [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regerror.c 142 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
15.9.5.4.js 145 * to capture the TimeString into the first backreference -
15.9.5.7.js 148 * to capture the TimeString into the first backreference.
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 130 unsigned max_id : 4; /* maximum backreference on the RHS */
  /external/v8/src/
jsregexp.h 426 VISIT(BackReference) \
440 VISIT(BackReference) \
    [all...]
  /external/llvm/docs/
re_format.7 674 A subsequent backreference of the form
  /external/llvm/utils/FileCheck/
FileCheck.cpp 254 // emitting a backreference.
  /ndk/sources/host-tools/sed-4.2.1/
NEWS 419 format was omitted because of the conflict with backreference syntax.)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/lib/
libc.so 

Completed in 461 milliseconds

1 2