Searched refs:testString2 (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/eh/
H A Dtest_string.cpp39 TestString testString, testString2; local
45 testString2.append(1, TestString::value_type() );
65 WeakCheck( testString, insert_range_tester(testString, testString2.begin(), testString2.end() ) );
73 ConstCheck( 0, test_construct_iter_range<TestString>( testString2 ) );
76 WeakCheck( testString, test_assign_op<TestString>( testString2 ) );
/external/icu4c/test/cintltst/
H A Dcapitst.c1215 UChar *testString1, *testString2; local
1228 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1230 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1250 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1331 free(testString2);
H A Dreapits.c247 UChar testString2[30]; local
270 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
280 uregex_setText(clone2, testString2, -1, &status);
1414 UChar testString2[30]; local
1437 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
1447 uregex_setText(clone2, testString2, -1, &status);
/external/icu4c/test/intltest/
H A Dapicoll.cpp662 UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
671 CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2);

Completed in 86 milliseconds