Lines Matching refs:getCapacity
1051 if(test1.getCapacity()<20) {
1052 errln("UnicodeString::getBuffer(20).getCapacity()<20");
1099 for(int32_t i=0; i<test1.getCapacity(); ++i) {
1103 if(test1.length()!=test1.getCapacity() || test1.charAt(1)!=1 || test1.charAt(100)!=1 || test1.charAt(test1.getCapacity()-1)!=1) {
1156 test1.truncate(36); // ensure length()<getCapacity()
1167 test1.truncate(36); // ensure length()<getCapacity()
1554 if(!test3.isBogus() || test3.setTo((UChar *)test1.getBuffer(), test1.length(), test1.getCapacity()).isBogus() || test3!=test1) {