/external/stlport/test/eh/ |
test_string.cpp | 39 TestString testString, testString2; 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/ |
ThreadSafeDataTransportTest.cpp | 62 const char testString2[] = "12345"; 63 RefPtr<SharedBuffer> buffer2 = SharedBuffer::create(testString2, sizeof(testString2) - 1);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/ |
TextHighlighterTest.java | 96 final SpannableString testString2 = new SpannableString(""); 97 mTextHighlighter.applyMaskingHighlight(testString2, 0, 0); 98 seq = testString2;
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
OldMatcherTest.java | 64 String testString2 = "cddcddcddcddcddbbbb"; 69 assertEquals("Reset should return itself 1", mat, mat.reset(testString2)); 205 String testString2 = "abbabb"; 208 Matcher mat2 = pat.matcher(testString2);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | [all...] |
reapits.c | 236 UChar testString2[30]; 259 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); 269 uregex_setText(clone2, testString2, -1, &status); [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | [all...] |
reapits.c | 277 UChar testString2[30]; 300 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); 310 uregex_setText(clone2, testString2, -1, &status); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 655 UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"); 664 CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 664 UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"); 673 CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); [all...] |