Home | History | Annotate | Download | only in intltest

Lines Matching refs:getAppendBuffer

2047     UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity);
2049 errln("Appendable.getAppendBuffer(min=3) returned capacity=%d<3", (int)capacity);
2058 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity);
2060 errln("Appendable.getAppendBuffer(min=0) failed");
2063 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity);
2065 errln("Appendable.getAppendBuffer(scratch<min) failed");