Home | History | Annotate | Download | only in intltest

Lines Matching defs:bufSize

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