Searched refs:sf_wchar_open (Results 1 – 7 of 7) sorted by relevance
/third_party/libsnd/tests/ |
D | locale_test.c | 72 file = sf_wchar_open (filename, SFM_WRITE, &info) ; in wchar_test()
|
/third_party/libsnd/src/ |
D | windows.c | 39 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() function
|
/third_party/libsnd/include/ |
D | sndfile.h | 721 SNDFILE* sf_wchar_open (const wchar_t *wpath, int mode, SF_INFO *sfinfo);
|
D | sndfile.hh | 443 p->sf = sf_wchar_open (wpath, mode, &p->sfinfo) ; in SndfileHandle()
|
D | sndfile.h.in | 755 /* The function sf_wchar_open() is Windows Only! 767 SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
|
/third_party/libsnd/docs/ |
D | api.md | 35 | [sf_open, sf_wchar_open](#open) … 64 sf_wchar_open() that takes a UTF16_BE encoded filename. 67 SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
|
/third_party/libsnd/ |
D | NEWS | 157 * Add windows only function sf_wchar_open().
|