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 …]
1200 struct UTF8Buf { struct1270 UTF8Buf *u8b = NULL; in utf8TextAccess()1320 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1332 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1363 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1387 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1399 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1427 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()1448 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()1480 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()[all …]
616 std::string UTF8Buf; in ExpandResponseFile() local618 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()620 Str = StringRef(UTF8Buf); in ExpandResponseFile()