Home | History | Annotate | Download | only in intltest

Lines Matching refs:scratch

2053     UChar scratch[3];
2055 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity);
2066 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity);
2071 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity);
2073 errln("Appendable.getAppendBuffer(scratch<min) failed");