Home
last modified time | relevance | path

Searched refs:testMatch (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/
Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { function
92 testMatch("Nonglobal", stringSample, re_nog,
99 testMatch("Nonglobal-ignore-lastIndex", stringSample, re_nog,
107 testMatch("Capture-Nonglobal", stringSample3, re_multicap,
115 testMatch("Global", stringSample2, re,
120 testMatch("Global-ignore-lastIndex", stringSample2, re,
128 testMatch("Capture-Global", stringSample, re_cap,
137 testMatch("Atom", stringSample, re_atom,
146 testMatch("Global-Atom", stringSample, re_atomg,
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestBNF.java113 static void testMatch(Pick p, String source) { in testMatch() method in TestBNF
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp45 int testMatch(const char *aName) { in testMatch() function
195 if(testName!=NULL && testMatch(tn)) return; // skipped. in runTestOn()
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
DX509CRLSelectorTest.java541 public void testMatch() { in testMatch() method in X509CRLSelectorTest
DX509CertSelectorTest.java2749 public void testMatch() throws Exception { in testMatch() method in X509CertSelectorTest