Home
last modified time | relevance | path

Searched refs:WCHAR (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dffunicode.c261 WCHAR c = 0; in ff_uni2oem()
266 c = (WCHAR)uni; in ff_uni2oem()
283 WCHAR c = 0; in ff_oem2uni()
314 const WCHAR *p; in ff_uni2oem()
315 WCHAR c = 0, uc; in ff_uni2oem()
350 const WCHAR *p; in ff_oem2uni()
351 WCHAR c = 0; in ff_oem2uni()
397 const WCHAR *p; in ff_uni2oem()
398 WCHAR c = 0, uc; in ff_uni2oem()
449 const WCHAR *p; in ff_oem2uni()
[all …]
A Dff.h52 typedef uint16_t WCHAR; /* 16-bit unsigned integer */
60 typedef unsigned short WCHAR; /* 16-bit unsigned integer */
81 typedef WCHAR TCHAR;
135 WCHAR* lfnbuf; /* LFN working buffer */
339 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
340 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
A Dff.c723 WCHAR wc; in tchar2uni()
767 WCHAR wc; in tchar2uni()
795 WCHAR hs, wc; in put_utf()
856 WCHAR wc; in put_utf()
1847 WCHAR wc, uc;
1923 WCHAR wc;
1961 WCHAR wc;
2057 WCHAR chr;
2265 WCHAR wc;
5017 WCHAR wc;
[all …]
/AliOS-Things-master/components/fatfs/src/
A Dffunicode.c5524 WCHAR c = 0; in ff_uni2oem()
5525 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
5541 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni()
5545 WCHAR c = 0; in ff_oem2uni()
5546 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
5575 const WCHAR *p; in ff_uni2oem()
5576 WCHAR c = 0; in ff_uni2oem()
5609 const WCHAR *p; in ff_oem2uni()
5610 WCHAR c = 0; in ff_oem2uni()
5700 const WCHAR *p; in ff_wtoupper()
[all …]
A Dff.c1718 WCHAR wc, uc;
1754 WCHAR wc, uc;
1794 WCHAR wc;
1833 WCHAR wc;
1932 WCHAR chr;
1969 WCHAR w;
2124 WCHAR chr;
2485 WCHAR w, lfv;
2582 WCHAR chr;
4964 WCHAR w;
[all …]
/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c42 WCHAR *path = NULL; in SDL_GetBasePath()
61 void *ptr = SDL_realloc(path, buflen * sizeof (WCHAR)); in SDL_GetBasePath()
69 path = (WCHAR *) ptr; in SDL_GetBasePath()
114 WCHAR path[MAX_PATH]; in SDL_GetPrefPath()
116 WCHAR* worg = NULL; in SDL_GetPrefPath()
117 WCHAR* wapp = NULL; in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_windows.h42 …StringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*sizeof(WCHAR))
43 #define WIN_UTF8ToString(S) (WCHAR *)SDL_iconv_string("UTF-16LE", "UTF-8", (char *)(S), SDL_strlen(…
67 extern char *WIN_LookupAudioDeviceName(const WCHAR *name, const GUID *guid);
A DSDL_windows.c161 WIN_LookupAudioDeviceName(const WCHAR *name, const GUID *guid) in WIN_LookupAudioDeviceName()
169 WCHAR *strw = NULL; in WIN_LookupAudioDeviceName()
198 strw = (WCHAR *) SDL_malloc(len + sizeof (WCHAR)); in WIN_LookupAudioDeviceName()
/AliOS-Things-master/components/fatfs/include/
A Dff.h55 typedef WCHAR TCHAR;
99 WCHAR* lfnbuf; /* LFN working buffer */
304 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
305 WCHAR ff_uni2oem (WCHAR uni, WORD cp); /* Unicode to OEM code conversion */
306 WCHAR ff_wtoupper (WCHAR uni); /* Unicode upper-case conversion */
A Dinteger.h27 typedef unsigned short WCHAR; typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h59 typedef WCHAR TCHAR;
152 WCHAR* lfn; /* Pointer to the LFN working buffer */
255 WCHAR ff_convert (WCHAR, UINT); /* OEM-Unicode bidirectional conversion */
256 WCHAR ff_wtoupper (WCHAR); /* Unicode upper-case conversion */
A Dinteger.h28 typedef unsigned short WCHAR; typedef
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp147 const WCHAR * srcPath = NULL; in SDL_GetPrefPath()
148 WCHAR path[MAX_PATH]; in SDL_GetPrefPath()
150 WCHAR* worg = NULL; in SDL_GetPrefPath()
151 WCHAR* wapp = NULL; in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.c51 WCHAR *str;
64 WStrEqual(const WCHAR *a, const WCHAR *b) in WStrEqual()
77 WStrLen(const WCHAR *wstr) in WStrLen()
88 static WCHAR *
89 WStrDupe(const WCHAR *wstr) in WStrDupe()
91 const size_t len = (WStrLen(wstr) + 1) * sizeof (WCHAR); in WStrDupe()
92 WCHAR *retval = (WCHAR *) SDL_malloc(len); in WStrDupe()
150 devidlist->str = (WCHAR *) devid; in WASAPI_AddDevice()
A DSDL_wasapi.h42 WCHAR *devid;
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h153 WCHAR ime_composition[SDL_TEXTEDITINGEVENT_TEXT_SIZE];
154 WCHAR ime_readingstring[16];
158 WCHAR ime_candidates[MAX_CANDLIST][MAX_CANDLENGTH];
A DSDL_windowskeyboard.c169 WCHAR buffer[16]; in WIN_ResetDeadKeys()
443 WCHAR buffer[16]; in IME_GetReadingString()
444 WCHAR *s = buffer; in IME_GetReadingString()
487 s = (WCHAR *)(p + 56); in IME_GetReadingString()
501 s = (WCHAR *)(p + 1*4 + (16*2+2*4) + 5*4); in IME_GetReadingString()
511 s = (WCHAR *)(p + 6*4 + 16*2*1); in IME_GetReadingString()
520 s = (WCHAR *)(p + 1*4 + (16*2+2*4) + 5*4); in IME_GetReadingString()
765 WCHAR buffer[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; in IME_SendEditingEvent()
793 *dst = (WCHAR)'\0'; in IME_AddCandidate()
1112 WCHAR *s = (WCHAR *)bstr; in UIElementSink_UpdateUIElement()
[all …]
A DSDL_windowsmessagebox.c256 WCHAR *wstring; in AddDialogString()
257 WCHAR *p; in AddDialogString()
277 status = AddDialogData(dialog, wstring, count*sizeof(WCHAR)); in AddDialogString()
/AliOS-Things-master/components/SDL2/src/locale/windows/
A DSDL_syslocale.c64 WCHAR *wbuf = NULL; in SDL_SYS_GetPreferredLocales_vista()
71 wbuf = SDL_small_alloc(WCHAR, wbuflen, &isstack); in SDL_SYS_GetPreferredLocales_vista()
/AliOS-Things-master/components/SDL2/src/locale/winrt/
A DSDL_syslocale.c33 WCHAR wbuffer[128] = L""; in SDL_SYS_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick_c.h40 WCHAR hidPath[MAX_PATH];
/AliOS-Things-master/components/SDL2/src/main/windows/
A DSDL_windows_main.c22 …StringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*sizeof(WCHAR))
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Diowin32.c111 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_func()
136 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_funcA()
184 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open_file_func()
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c173 WCHAR *strw = WIN_UTF8ToString(name);
/AliOS-Things-master/components/SDL2/src/audio/winmm/
A DSDL_winmm.c44 WCHAR szPname[MAXPNAMELEN];
58 WCHAR szPname[MAXPNAMELEN];

Completed in 105 milliseconds

12