Home
last modified time | relevance | path

Searched defs:testPattern (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
DRegExp_object.js72 var testPattern = new RegExp("(\\d+)45(\\d+)90"); variable
Doctal.js42 …var testPattern = '\\101\\102\\103\\104\\105\\106\\107\\110\\111\\112\\113\\114\\115\\116\\117\\12… variable
Dhexadecimal.js42 …var testPattern = '\\x41\\x42\\x43\\x44\\x45\\x46\\x47\\x48\\x49\\x4A\\x4B\\x4C\\x4D\\x4E\\x4F\\x5… variable
/external/icu4c/test/intltest/
Dplurfmts.cpp315 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); in pluralFormatLocaleTest() local
550 UnicodeString& testPattern, in helperTestRusults()
Ddtptngts.cpp375 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI() local
Dtchcfmt.cpp327 const char* testPattern = "0#none|1#one|2#many"; in TestComplexExample() local
Dregextst.cpp2145 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local
2207 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local
2982 UnicodeString testPattern; // The pattern for test from the test file. in Extended() local
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java150 public void testPattern() { in testPattern() method in MatcherTest
357 String testPattern = "(abb)"; in testFind() local
DPatternTest.java153 public void testPattern() { in testPattern() method in PatternTest
/external/icu4c/test/cintltst/
Dudatpg_test.c58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ variable