Home
last modified time | relevance | path

Searched refs:altPattern (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DMessageFormatTest.java23 … private final String altPattern = "Deleted {0, number } files at {1, time, short} on {1, date}."; field in MessageFormatTest
37 MessageFormat eq = new MessageFormat(altPattern); in testHashCode()
124 MessageFormat mf = new MessageFormat(altPattern); in testToPattern()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1305 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, in monkeyTestCase() argument
1335 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1337 usearch_setPattern(uss.getAlias(), altPattern.getBuffer(), altPattern.length(), &status); in monkeyTestCase()
1382 UnicodeString pattern, altPattern; in monkeyTest() local
1454 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern); in monkeyTest()
1459 …notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest()
1466 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest()
1471 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest()
1478 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthN… in monkeyTest()
Dssearch.h42 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,