Searched defs:test6 (Results 76 - 79 of 79) sorted by relevance

1234

/external/icu4c/test/intltest/
H A Dcitrtest.cpp294 UCharCharacterIterator* test6 = new UCharCharacterIterator(*test1); local
318 if (*test6 != *test1 )
366 delete test6;
H A Dustrtest.cpp275 UnicodeString test6((UChar)0x5100);
287 !(test5 < test6)
474 char test6[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
489 if (test1.extract(60, 71, test6) != 9) {
492 if (test1.extract(11, 12, test6) != 12) {
502 if (test1.extract(11, -1, test6) != 0) {
1613 test6((UChar *)NULL, 5, 5),
1615 if(test4.isBogus() || test5.isBogus() || test6.isBogus() || test7.isBogus()) {
1621 test6.setTo((UChar *)NULL, 5, 5);
1622 if(test4.isBogus() || test5.isBogus() || test6
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp443 namespace test6 { namespace
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2597 void test6() { function in class:FoolishScopedLockableBug::Foo
2653 void test6();
2706 void Foo::test6() { function in class:SmartPointerTests::Foo

Completed in 941 milliseconds

1234