Searched refs:UTF8ToUTF16 (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 51 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)))
|
D | WindowsSupport.h | 175 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
|
D | Path.inc | 45 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,
|
D | DynamicLibrary.inc | 67 if (std::error_code ec = windows::UTF8ToUTF16(filename, filenameUnicode)) {
|
D | Process.inc | 133 if (windows::UTF8ToUTF16(Name, NameUTF16))
|
/external/google-breakpad/src/common/ |
D | string_conversion.h | 47 void UTF8ToUTF16(const char *in, vector<uint16_t> *out);
|
D | string_conversion.cc | 41 void UTF8ToUTF16(const char *in, vector<uint16_t> *out) { in UTF8ToUTF16() function
|
/external/vboot_reference/cgpt/ |
D | cgpt.h | 141 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput);
|
D | cgpt_add.c | 89 if (CGPT_OK != UTF8ToUTF16((uint8_t *)params->label, entry->name, in GptSetEntryAttributes()
|
D | cgpt_common.c | 528 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput) in UTF8ToUTF16() function
|
/external/libxml2/ |
D | encoding.c | 679 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/ |
D | null_read_av.sym | 2981 FUNC 9920 e3 0 google_breakpad::UTF8ToUTF16(char const*, std::vector<unsigned short, std::allocator…
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3068 FUNC 9e80 e3 0 google_breakpad::UTF8ToUTF16(char const*, std::vector<unsigned short, std::allocator…
|