HomeSort by relevance Sort by last modified time
    Searched defs:ConvertUTF8toWide (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
194 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) {
202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) {
206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) {
211 return ConvertUTF8toWide(llvm::StringRef(Source), Result);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTFWrapper.cpp 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
194 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) {
202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) {
206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) {
211 return ConvertUTF8toWide(llvm::StringRef(Source), Result);

Completed in 273 milliseconds