Home | History | Annotate | Download | only in intltest

Lines Matching defs:test6

270     UnicodeString   test6((UChar)0x5100);
282 !(test5 < test6)
469 char test6[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13};
484 if (test1.extract(60, 71, test6) != 9) {
487 if (test1.extract(11, 12, test6) != 12) {
497 if (test1.extract(11, -1, test6) != 0) {
1597 test6((UChar *)NULL, 5, 5),
1599 if(test4.isBogus() || test5.isBogus() || test6.isBogus() || test7.isBogus()) {
1605 test6.setTo((UChar *)NULL, 5, 5);
1606 if(test4.isBogus() || test5.isBogus() || test6.isBogus()) {