Home | History | Annotate | Download | only in intltest

Lines Matching defs:bufSize

794     int bufSize = us.length() + 10;
795 UChar *buf = new UChar[bufSize];
798 len = utext_extract(ut, 0, utlen, buf, bufSize, &status);
814 u_memset(buf, 0x5555, bufSize);