Searched defs:testString2 (Results 1 - 6 of 6) 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_org/third_party/WebKit/Source/platform/graphics/
H A DThreadSafeDataTransportTest.cpp62 const char testString2[] = "12345"; local
63 RefPtr<SharedBuffer> buffer2 = SharedBuffer::create(testString2, sizeof(testString2) - 1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c277 UChar testString2[30]; local
300 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
310 uregex_setText(clone2, testString2, -1, &status);
1445 UChar testString2[30]; local
1468 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
1478 uregex_setText(clone2, testString2, -1, &status);
H A Dcapitst.c1255 UChar *testString1, *testString2; local
1268 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1270 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1290 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1372 free(testString2);
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c277 UChar testString2[30]; local
300 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
310 uregex_setText(clone2, testString2, -1, &status);
1445 UChar testString2[30]; local
1468 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
1478 uregex_setText(clone2, testString2, -1, &status);
H A Dcapitst.c1253 UChar *testString1, *testString2; local
1266 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1268 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1288 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1370 free(testString2);

Completed in 808 milliseconds