Home
last modified time | relevance | path

Searched refs:sf_wchar_open (Results 1 – 7 of 7) sorted by relevance

/third_party/libsnd/tests/
Dlocale_test.c72 file = sf_wchar_open (filename, SFM_WRITE, &info) ; in wchar_test()
/third_party/libsnd/src/
Dwindows.c39 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() function
/third_party/libsnd/include/
Dsndfile.h721 SNDFILE* sf_wchar_open (const wchar_t *wpath, int mode, SF_INFO *sfinfo);
Dsndfile.hh443 p->sf = sf_wchar_open (wpath, mode, &p->sfinfo) ; in SndfileHandle()
Dsndfile.h.in755 /* The function sf_wchar_open() is Windows Only!
767 SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
/third_party/libsnd/docs/
Dapi.md35 | [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/
DNEWS157 * Add windows only function sf_wchar_open().