Home
last modified time | relevance | path

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

/external/llvm/lib/Support/Windows/
DProgram.inc51 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
59 if (std::error_code EC = windows::UTF8ToUTF16(Name, U16Name))
72 if (std::error_code EC = windows::UTF8ToUTF16(Ext, U16Ext))
123 if (windows::UTF8ToUTF16(fname, fnameUnicode))
267 if (std::error_code ec = windows::UTF8ToUTF16(envp[i], EnvString)) {
339 if (std::error_code ec = windows::UTF8ToUTF16(command.get(), CommandUtf16)) {
491 if ((EC = windows::UTF8ToUTF16(Contents, ArgsUTF16)))
502 if ((EC = windows::UTF8ToUTF16(Contents, ArgsUTF16)))
DWindowsSupport.h175 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
DPath.inc45 using llvm::sys::windows::UTF8ToUTF16;
113 return UTF8ToUTF16(FullPath, Path16);
117 return UTF8ToUTF16(Path8Str, Path16);
750 if (windows::UTF8ToUTF16(Var, NameUTF16))
796 std::error_code UTF8ToUTF16(llvm::StringRef utf8,
DDynamicLibrary.inc67 if (std::error_code ec = windows::UTF8ToUTF16(filename, filenameUnicode)) {
DProcess.inc133 if (windows::UTF8ToUTF16(Name, NameUTF16))
/external/google-breakpad/src/common/
Dstring_conversion.h47 void UTF8ToUTF16(const char *in, vector<uint16_t> *out);
Dstring_conversion.cc41 void UTF8ToUTF16(const char *in, vector<uint16_t> *out) { in UTF8ToUTF16() function
/external/vboot_reference/cgpt/
Dcgpt.h141 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput);
Dcgpt_add.c89 if (CGPT_OK != UTF8ToUTF16((uint8_t *)params->label, entry->name, in GptSetEntryAttributes()
Dcgpt_common.c528 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput) in UTF8ToUTF16() function
/external/libxml2/
Dencoding.c679 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() function
1414 xmlNewCharEncodingHandler("UTF-16", UTF16LEToUTF8, UTF8ToUTF16); in xmlInitCharEncodingHandlers()
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym2981 FUNC 9920 e3 0 google_breakpad::UTF8ToUTF16(char const*, std::vector<unsigned short, std::allocator…
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym3068 FUNC 9e80 e3 0 google_breakpad::UTF8ToUTF16(char const*, std::vector<unsigned short, std::allocator…