Home | History | Annotate | Download | only in rendering

Lines Matching defs:bufferLength

343     const int bufferLength = 4 * groupLength;
344 AbstractCJKChar buffer[bufferLength] = { noChar };
391 UChar characters[bufferLength];
393 for (int i = 0; i < bufferLength; ++i) {