Searched refs:testString2 (Results 1 - 7 of 7) sorted by relevance
/external/stlport/test/eh/ |
H A D | test_string.cpp | 39 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 D | capitst.c | 1233 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);
|
H A D | reapits.c | 201 UChar testString2[30]; local 224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); 234 uregex_setText(clone2, testString2, -1, &status);
|
/external/icu4c/test/cintltst/ |
H A D | capitst.c | 1211 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);
|
H A D | reapits.c | 246 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);
|
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | apicoll.cpp | 662 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);
|
/external/icu4c/test/intltest/ |
H A D | apicoll.cpp | 662 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 198 milliseconds