Searched refs:UTF8Buf (Results 1 – 3 of 3) sorted by relevance
854 struct UTF8Buf { struct924 UTF8Buf *u8b = NULL; in utf8TextAccess()974 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()986 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1017 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1041 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1053 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1081 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()1102 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()1134 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()[all …]
859 struct UTF8Buf { struct929 UTF8Buf *u8b = NULL; in utf8TextAccess()979 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()991 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1022 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1046 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1058 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1086 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()1107 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()1139 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()[all …]
643 std::string UTF8Buf; in ExpandResponseFile() local645 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()647 Str = StringRef(UTF8Buf); in ExpandResponseFile()