Searched refs:UTF8Buf (Results 1 – 5 of 5) sorted by relevance
874 struct UTF8Buf { struct944 UTF8Buf *u8b = NULL; in utf8TextAccess()994 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1006 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1037 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()1062 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()1074 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1102 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()1123 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()[all …]
880 std::string UTF8Buf; in ExpandResponseFile() local882 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()884 Str = StringRef(UTF8Buf); in ExpandResponseFile()
904 std::string UTF8Buf; in ExpandResponseFile() local906 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()908 Str = StringRef(UTF8Buf); in ExpandResponseFile()
1100 std::string UTF8Buf; in ExpandResponseFile() local1102 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()1105 Str = StringRef(UTF8Buf); in ExpandResponseFile()
1069 std::string UTF8Buf; in ExpandResponseFile() local1071 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()1074 Str = StringRef(UTF8Buf); in ExpandResponseFile()