Home
last modified time | relevance | path

Searched refs:cp1252ToUnicode (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp113 static UTF16 cp1252ToUnicode(unsigned char C) { in cp1252ToUnicode() function
157 Chars.push_back(cp1252ToUnicode((unsigned char)C)); in processString()
206 Char = cp1252ToUnicode(Char); in processString()