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

  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 64 static const UChar testPattern2[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0x20, 0x76, 0 }; /* HH:mm v */
266 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
272 length = udatpg_replaceFieldTypes(dtpg, testPattern2, 7, replacedStr, 4,
280 ptrResult[0] = testPattern2;
  /external/icu4c/test/cintltst/
udatpg_test.c 64 static const UChar testPattern2[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0x20, 0x76, 0 }; /* HH:mm v */
266 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
272 length = udatpg_replaceFieldTypes(dtpg, testPattern2, 7, replacedStr, 4,
280 ptrResult[0] = testPattern2;
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 469 String testPattern2 = "(abbabb)";
477 assertEquals("", mat, mat.usePattern(Pattern.compile(testPattern2)));

Completed in 132 milliseconds