Lines Matching refs:UTF16
98 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
168 static bool convertUTF16LEToUTF8String(ArrayRef<UTF16> Src, std::string &Out) { in convertUTF16LEToUTF8String()
172 std::vector<UTF16> EndianCorrectedSrc; in convertUTF16LEToUTF8String()
382 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry()
483 std::vector<std::vector<UTF16>> &StringTable) { in addTypeNode()
492 std::vector<std::vector<UTF16>> &StringTable) { in addNameNode()
534 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild()
632 const ArrayRef<std::vector<UTF16>> StringTable;
676 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout()
961 auto *Start = reinterpret_cast<UTF16 *>(BufferStart + CurrentOffset); in writeDirectoryStringTable()
963 CurrentOffset += Length * sizeof(UTF16); in writeDirectoryStringTable()
964 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t); in writeDirectoryStringTable()