Home | History | Annotate | Download | only in intltest

Lines Matching refs:setCharAt

680             test1.setCharAt(i, 0x78);
1054 test1.setCharAt(3, 7);
1503 if(!test3.setCharAt(0, 0x62).isBogus() || !test3.isEmpty()) {
1504 errln("bogus.setCharAt(0, 'b') worked but must not");