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

  /external/chromium_org/v8/test/mjsunit/
regexp-UC16.js 32 String(/x(.)\1x/i.exec("x\u03a3\u03c3x")), "backref-UC16");
35 assertTrue(/\u03a3((?:))\1\1x/i.test("\u03c2x"), "backref-UC16-empty");
37 "backref-UC16-uncaptured");
39 "backref-UC16-backtrack");
43 "backref-UC16-twice");
regexp.js 323 assertEquals("xaAx,a", String(/x(a)\1x/i.exec("xaAx")), "backref-ASCII");
324 assertFalse(/x(...)\1/i.test("xaaaaa"), "backref-ASCII-short");
325 assertTrue(/x((?:))\1\1x/i.test("xx"), "backref-ASCII-empty");
326 assertTrue(/x(?:...|(...))\1x/i.test("xabcx"), "backref-ASCII-uncaptured");
327 assertTrue(/x(?:...|(...))\1x/i.test("xabcABCx"), "backref-ASCII-backtrack");
330 "backref-ASCII-twice");
333 var testName = "backref-ASCII-char-" + i + "," + (i^0x20);
343 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");
  /external/v8/test/mjsunit/
regexp-UC16.js 32 String(/x(.)\1x/i.exec("x\u03a3\u03c3x")), "backref-UC16");
35 assertTrue(/\u03a3((?:))\1\1x/i.test("\u03c2x"), "backref-UC16-empty");
37 "backref-UC16-uncaptured");
39 "backref-UC16-backtrack");
43 "backref-UC16-twice");
regexp.js 323 assertEquals("xaAx,a", String(/x(a)\1x/i.exec("xaAx")), "backref-ASCII");
324 assertFalse(/x(...)\1/i.test("xaaaaa"), "backref-ASCII-short");
325 assertTrue(/x((?:))\1\1x/i.test("xx"), "backref-ASCII-empty");
326 assertTrue(/x(?:...|(...))\1x/i.test("xabcx"), "backref-ASCII-uncaptured");
327 assertTrue(/x(?:...|(...))\1x/i.test("xabcABCx"), "backref-ASCII-backtrack");
330 "backref-ASCII-twice");
333 var testName = "backref-ASCII-char-" + i + "," + (i^0x20);
343 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");
  /external/llvm/lib/Support/
regengine.inc 50 #define backref sbackref
62 #define backref lbackref
91 static const char *backref(struct match *, const char *, const char *, sopno,
230 NOTE("backref dissect");
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
480 - backref - figure out what matched what, figuring in back references
483 backref(struct match *m, const char *start, const char *stop, sopno startst,
600 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec));
603 dp = backref(m, sp, stop, ss+1, stopst, lev, rec)
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 86 #define backref sbackref macro
98 #define backref lbackref macro
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
281 NOTE("backref dissect");
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
557 - backref - figure out what matched what, figuring in back references
558 == static const char *backref(struct match *m, const char *start, \
562 backref( function
688 return(backref(m, sp+len, stop, ss+1, stopst, lev))
1183 #undef backref macro
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 50 #define backref sbackref macro
62 #define backref lbackref macro
89 static char *backref(struct match *, char *, char *, sopno, sopno, sopno, int);
226 NOTE("backref dissect");
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
250 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
471 - backref - figure out what matched what, figuring in back references
474 backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, function
591 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec));
594 dp = backref(m, sp, stop, ss+1, stopst, lev, rec)
1018 #undef backref macro
    [all...]
  /external/llvm/docs/_static/
llvm.css 112 .toc-backref { color: black; text-decoration: none; }
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 618 milliseconds