Searched defs:UTF8Buf (Results 1 – 1 of 1) sorted by relevance
854 struct UTF8Buf { struct855 int32_t bufNativeStart; // Native index of first char in UChar buf856 int32_t bufNativeLimit; // Native index following last char in buf.857 int32_t bufStartIdx; // First filled position in buf.858 int32_t bufLimitIdx; // Limit of filled range in buf.859 int32_t bufNILimit; // Limit of native indexing part of buf860 int32_t toUCharsMapStart; // Native index corresponding to865 …buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position beyond the871 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to876 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to[all …]