Searched refs:testCases (Results 76 - 92 of 92) sorted by relevance

1234

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTestMessageFormat.java155 String testCases[] = {
167 // ICU 4.8 returns the original pattern (testCases)
194 //it_out << "\nPat in: " << testCases[i]);
199 form = new MessageFormat(testCases[i], Locale.US);
201 errln("MessageFormat for " + testCases[i] + " creation failed.");
204 // ICU 4.8 returns the original pattern (testCases)
206 // assertEquals("\"" + testCases[i] + "\".toPattern()", testResultPatterns[i], form.toPattern());
207 assertEquals("\"" + testCases[i] + "\".toPattern()", testCases[i], form.toPattern());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java154 String testCases[] = {
166 // ICU 4.8 returns the original pattern (testCases)
193 //it_out << "\nPat in: " << testCases[i]);
198 form = new MessageFormat(testCases[i], Locale.US);
200 errln("MessageFormat for " + testCases[i] + " creation failed.");
203 // ICU 4.8 returns the original pattern (testCases)
205 // assertEquals("\"" + testCases[i] + "\".toPattern()", testResultPatterns[i], form.toPattern());
206 assertEquals("\"" + testCases[i] + "\".toPattern()", testCases[i], form.toPattern());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java2646 static final String[][] testCases = { field in class:TransliteratorTest
2700 for (int i = 0; i < testCases.length; ++i) {
2701 String name = testCases[i][0];
2704 String source = testCases[i][1];
2709 if (testCases[i].length > 2) target = testCases[i][2];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DAlphabeticIndexTest.java976 String[][] testCases = new String[][] {
992 for (String[] testCase : testCases) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java975 String[][] testCases = new String[][] {
991 for (String[] testCase : testCases) {
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1857 } testCases[]={ local
1891 for(i=0; i<UPRV_LENGTHOF(testCases); ++i) {
1892 doTestTruncated(testCases[i].cnvName, testCases[i].bytes, testCases[i].length);
H A Dcallcoll.c860 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
H A Dcreststn.c2589 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2591 for(i=0;testCases[i];i+=3) {
2592 UBool expectAvail = (testCases[i][0]=='t')?TRUE:FALSE;
2594 const char *inLocale = testCases[i+1];
2595 const char *expectLocale = testCases[i+2];
H A Dcmsccoll.c5130 static void doTestOneReorderingAPITestCase(const OneTestCase testCases[], uint32_t testCasesLen, const int32_t reorderTokens[], int32_t reorderTokensLen) argument
5149 testCases[testCaseNum].source,
5150 testCases[testCaseNum].target,
5151 testCases[testCaseNum].result
/external/skia/src/pathops/
H A DSkOpAngle.cpp929 int testCases = (testCount << 1) - 1; local
935 for (; index < testCases; ++index) {
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp3336 const UnicodeString testCases[] = { local
3404 for (i = 0; testCases[i].length()!=0; i+=3) {
3407 const UnicodeString& name = testCases[i];
3415 const UnicodeString& source = testCases[i+1];
3420 if (testCases[i+2].length() > 0) {
3421 target = testCases[i+2];
H A Dnumfmtst.cpp1160 static const char* testCases[][2]= { variable
1214 for(int i=0; i < UPRV_LENGTHOF(testCases); i++){
1216 const char *localeID = testCases[i][0];
1217 UnicodeString expected(testCases[i][1], -1, US_INV);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2645 static final String[][] testCases = { field in class:TransliteratorTest
2699 for (int i = 0; i < testCases.length; ++i) {
2700 String name = testCases[i][0];
2703 String source = testCases[i][1];
2708 if (testCases[i].length > 2) target = testCases[i][2];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DULocaleTest.java885 final String[][]testCases = new String[][]{
969 for(int i = 0; i< testCases.length;i++){
970 String[] testCase = testCases[i];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java884 final String[][]testCases = new String[][]{
968 for(int i = 0; i< testCases.length;i++){
969 String[] testCase = testCases[i];
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1420 final String testCases = generateTestCaseTrie(batch.tests);
1424 mDevice.pushString(testCases + "\n", CASE_LIST_FILE_NAME);
/external/skia/tests/
H A DImageTest.cpp913 } testCases[] = { local
950 for (auto testCase : testCases) {

Completed in 725 milliseconds

1234