Searched refs:testString2 (Results 1 – 7 of 7) sorted by relevance
/external/stlport/test/eh/ |
D | test_string.cpp | 39 TestString testString, testString2; in test_string() local 45 testString2.append(1, TestString::value_type() ); in test_string() 65 … WeakCheck( testString, insert_range_tester(testString, testString2.begin(), testString2.end() ) ); in test_string() 73 ConstCheck( 0, test_construct_iter_range<TestString>( testString2 ) ); in test_string() 76 WeakCheck( testString, test_assign_op<TestString>( testString2 ) ); in test_string()
|
/external/icu4c/test/cintltst/ |
D | reapits.c | 246 UChar testString2[30]; in TestRegexCAPI() local 269 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); in TestRegexCAPI() 279 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI() 1413 UChar testString2[30]; in TestUTextAPI() local 1436 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); in TestUTextAPI() 1446 uregex_setText(clone2, testString2, -1, &status); in TestUTextAPI()
|
D | capitst.c | 1211 UChar *testString1, *testString2; in TestElemIter() local 1224 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1226 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter() 1246 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter() 1327 free(testString2); in TestElemIter()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | capitst.c | 1233 UChar *testString1, *testString2; in TestElemIter() local 1246 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1248 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter() 1268 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter() 1349 free(testString2); in TestElemIter()
|
D | reapits.c | 201 UChar testString2[30]; in TestRegexCAPI() local 224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); in TestRegexCAPI() 234 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI()
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 662 …UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probabilit… in TestElemIter() local 671 …lementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); in TestElemIter()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 662 …UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probabilit… in TestElemIter() local 671 …lementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); in TestElemIter()
|