Searched refs:wchar_t (Results 1 – 11 of 11) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/system/ |
D | Win32UnicodeString.h | 57 explicit Win32UnicodeString(const wchar_t* str); 67 Win32UnicodeString& operator=(const wchar_t* str); 70 const wchar_t* c_str() const { return mStr ? mStr : L""; } in c_str() 74 wchar_t* data(); 85 wchar_t operator[](size_t index) const { return mStr[index]; } 97 void append(const wchar_t* other); 98 void append(const wchar_t* other, size_t len); 102 wchar_t* release(); 106 static std::string convertToUtf8(const wchar_t* str, int len = -1); 121 static int calcUtf8BufferLength(const wchar_t* str, int len = -1); [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.h | 285 const wchar_t *name); 297 const wchar_t *name); 390 const wchar_t *name); 400 const wchar_t *name);
|
D | vk_sync.c | 408 const wchar_t *name) in vk_sync_import_win32_handle() 441 const wchar_t *name) in vk_sync_set_win32_export_params()
|
D | vk_semaphore.c | 432 const wchar_t *name = pImportSemaphoreWin32HandleInfo->name; in vk_common_ImportSemaphoreWin32HandleKHR()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlib.h | 57 typedef unsigned long wchar_t; typedef 1112 wchar_t *chars; 1271 wchar_t *wide_char; 1305 wchar_t *wcs; 3668 _Xconst wchar_t* /* text */, 3688 _Xconst wchar_t* /* text */, 3716 _Xconst wchar_t* /* text */, 3786 _Xconst wchar_t* /* text */, 3819 _Xconst wchar_t* /* text */, 3877 extern wchar_t *XwcResetIC( [all …]
|
D | Xutil.h | 747 wchar_t** list, 762 wchar_t** list 781 wchar_t*** list_return,
|
/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_nvcuvid.h | 247 typedef CUresult CUDAAPI tcuvidCreateVideoSourceW(CUvideosource *pObj, const wchar_t *pwszFileName,…
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 183 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input); 295 …ideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cch… 296 …_stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cch… 298 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input) in stbiw_convert_wchar_to_utf8() 308 wchar_t wMode[64]; in stbiw__fopen() 309 wchar_t wFilename[1024]; in stbiw__fopen()
|
D | stb_image.h | 434 STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input); 1306 …ideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cch… 1307 …_stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cch… 1311 STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input) in stbi_convert_wchar_to_utf8() 1321 wchar_t wMode[64]; in stbi__fopen() 1322 wchar_t wFilename[1024]; in stbi__fopen()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 183 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input); 295 …ideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cch… 296 …_stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cch… 298 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input) in stbiw_convert_wchar_to_utf8() 308 wchar_t wMode[64]; in stbiw__fopen() 309 wchar_t wFilename[1024]; in stbiw__fopen()
|
D | stb_image.h | 434 STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input); 1306 …ideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cch… 1307 …_stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cch… 1311 STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input) in stbi_convert_wchar_to_utf8() 1321 wchar_t wMode[64]; in stbi__fopen() 1322 wchar_t wFilename[1024]; in stbi__fopen()
|