Searched refs:widestr (Results 1 – 4 of 4) sorted by relevance
/external/flac/src/libFLAC/ |
D | windows_unicode_filenames.c | 45 wchar_t *widestr; in wchar_from_utf8() local 52 if ((widestr = (wchar_t *)malloc(len*sizeof(wchar_t))) == NULL) in wchar_from_utf8() 54 if (MultiByteToWideChar(CP_UTF8, 0, str, -1, widestr, len) == 0) { in wchar_from_utf8() 55 free(widestr); in wchar_from_utf8() 56 widestr = NULL; in wchar_from_utf8() 59 return widestr; in wchar_from_utf8()
|
/external/flac/src/share/win_utf8_io/ |
D | win_utf8_io.c | 84 wchar_t *widestr; in wchar_from_utf8() local 91 if ((widestr = (wchar_t *)malloc(len*sizeof(wchar_t))) == NULL) in wchar_from_utf8() 93 if (MultiByteToWideChar(CP_UTF8, 0, str, -1, widestr, len) == 0) { in wchar_from_utf8() 94 free(widestr); in wchar_from_utf8() 95 widestr = NULL; in wchar_from_utf8() 98 return widestr; in wchar_from_utf8()
|
/external/llvm-project/clang/test/Sema/ |
D | init.c | 140 const wchar_t widestr[] = L"asdf"; variable
|
/external/clang/test/Sema/ |
D | init.c | 136 const wchar_t widestr[] = L"asdf"; variable
|