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.java25 … private final String altPattern = "Deleted {0, number } files at {1, time, short} on {1, date}."; field in MessageFormatTest
39 MessageFormat eq = new MessageFormat(altPattern); in testHashCode()
126 MessageFormat mf = new MessageFormat(altPattern); in testToPattern()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1304 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, in monkeyTestCase() argument
1334 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1336 usearch_setPattern(uss.getAlias(), altPattern.getBuffer(), altPattern.length(), &status); in monkeyTestCase()
1381 UnicodeString pattern, altPattern; in monkeyTest() local
1453 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern); in monkeyTest()
1458 …notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest()
1465 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest()
1470 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest()
1477 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthN… in monkeyTest()
Dssearch.h44 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,