Searched refs:UTF8Buf (Results 1 – 2 of 2) sorted by relevance
868 struct UTF8Buf { struct938 UTF8Buf *u8b = NULL; in utf8TextAccess()988 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1000 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1031 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1055 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1067 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1095 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()1116 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()1148 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()[all …]
719 std::string UTF8Buf; in ExpandResponseFile() local721 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()723 Str = StringRef(UTF8Buf); in ExpandResponseFile()