Searched defs:UTF8Buf (Results 1 – 5 of 5) sorted by relevance
877 struct UTF8Buf { struct878 int32_t bufNativeStart; // Native index of first char in char16_t buf879 int32_t bufNativeLimit; // Native index following last char in buf.880 int32_t bufStartIdx; // First filled position in buf.881 int32_t bufLimitIdx; // Limit of filled range in buf.882 int32_t bufNILimit; // Limit of native indexing part of buf883 int32_t toUCharsMapStart; // Native index corresponding to888 …[UTF8_TEXT_CHUNK_SIZE+4]; // The char16_t buffer. Requires one extra position beyond the894 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map char16_t index in buf to899 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to[all …]
880 std::string UTF8Buf; in ExpandResponseFile() local
1069 std::string UTF8Buf; in ExpandResponseFile() local
1169 std::string UTF8Buf; in expandResponseFile() local