Home | History | Annotate | Download | only in common

Lines Matching refs:UTF8_TEXT_CHUNK_SIZE

838 enum { UTF8_TEXT_CHUNK_SIZE=32 };
849 // Buffer size is one bigger than the specified UTF8_TEXT_CHUNK_SIZE to allow for
865 UChar buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position beyond the
871 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to
876 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
1200 while (destIx<UTF8_TEXT_CHUNK_SIZE) {
1298 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1);
1299 int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region
1365 u8b->bufLimitIdx = UTF8_TEXT_CHUNK_SIZE+2;