Lines Matching refs:UTF16
112 static UTF16 cp1252ToUnicode(unsigned char C) { in cp1252ToUnicode()
113 static const UTF16 Map80[] = { in cp1252ToUnicode()
147 bool &IsLongString, SmallVectorImpl<UTF16> &Result, in processString()
150 SmallVector<UTF16, 128> Chars; in processString()
170 for (UTF16 &Ch : Chars) { in processString()
180 auto AddRes = [&Result, NullHandler, IsLongString](UTF16 Char) -> Error { in processString()
194 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { in processString()
220 UTF16 CurChar = Chars[Pos]; in processString()
233 UTF16 TypeChar = Chars[Pos]; in processString()
239 UTF16 ReadInt = 0; in processString()
274 UTF16 ReadInt = TypeChar - '0'; in processString()
370 SmallVector<UTF16, 128> ProcessedString; in writeCString()
1328 SmallVector<UTF16, 128> Data; in writeStringTableBundleBody()
1379 SmallVector<UTF16, 128> ProcessedString; in writeUserDefinedBody()