Searched defs:testString2 (Results 1 - 5 of 5) 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/chromium/third_party/icu/source/test/cintltst/
H A Dreapits.c201 UChar testString2[30]; local
224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
234 uregex_setText(clone2, testString2, -1, &status);
H A Dcapitst.c1233 UChar *testString1, *testString2; local
1246 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1248 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1268 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1349 free(testString2);
/external/icu4c/test/cintltst/
H A Dreapits.c246 UChar testString2[30]; local
269 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
279 uregex_setText(clone2, testString2, -1, &status);
1413 UChar testString2[30]; local
1436 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
1446 uregex_setText(clone2, testString2, -1, &status);
H A Dcapitst.c1211 UChar *testString1, *testString2; local
1224 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1226 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1246 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1327 free(testString2);

Completed in 100 milliseconds