reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/ConvertUTF.h
  286 bool convertUTF8ToUTF16String(StringRef SrcUTF8,

References

lib/ObjectYAML/MinidumpEmitter.cpp
   94   bool OK = convertUTF8ToUTF16String(Str, WStr);
tools/llvm-rc/ResourceFileWriter.cpp
  153     convertUTF8ToUTF16String(Str, Chars);
unittests/Support/ConvertUTFTest.cpp
   44   bool Success = convertUTF8ToUTF16String(Ref, Result);