Searched refs:sf_wchar_open (Results 1 – 7 of 7) sorted by relevance
/third_party/libsnd/src/ |
D | windows.c | 36 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() function
|
/third_party/libsnd/tests/ |
D | locale_test.c | 71 file = sf_wchar_open (filename, SFM_WRITE, &info) ; in wchar_test()
|
/third_party/libsnd/ |
D | CHANGELOG.md | 71 …Previously, in order for the [`sf_wchar_open`()](http://libsndfile.github.io/libsndfile/api.html#o… 81 These steps are no longer required and the `sf_wchar_open`() function is
|
D | NEWS.OLD | 157 * Add windows only function sf_wchar_open().
|
/third_party/libsnd/include/ |
D | sndfile.h | 780 SNDFILE* sf_wchar_open (const wchar_t *wpath, int mode, SF_INFO *sfinfo) ;
|
D | sndfile.hh | 445 p->sf = sf_wchar_open (wpath, mode, &p->sfinfo) ; in SndfileHandle()
|
/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) ;
|