Searched refs:UTF8_TEXT_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
852 enum { UTF8_TEXT_CHUNK_SIZE=32 }; enumerator879 …UChar buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position…885 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to890 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to1214 while (destIx<UTF8_TEXT_CHUNK_SIZE) { in utf8TextAccess()1312 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); in utf8TextAccess()1313 int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region in utf8TextAccess()1379 u8b->bufLimitIdx = UTF8_TEXT_CHUNK_SIZE+2; in utf8TextAccess()