Searched defs:UTF8Buf (Results 1 – 2 of 2) sorted by relevance
868 struct UTF8Buf { struct869 int32_t bufNativeStart; // Native index of first char in UChar buf870 int32_t bufNativeLimit; // Native index following last char in buf.871 int32_t bufStartIdx; // First filled position in buf.872 int32_t bufLimitIdx; // Limit of filled range in buf.873 int32_t bufNILimit; // Limit of native indexing part of buf874 int32_t toUCharsMapStart; // Native index corresponding to879 …buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position beyond the885 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 to[all …]
718 std::string UTF8Buf; in ExpandResponseFile() local