Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dwindows.c36 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() function
/third_party/libsnd/tests/
Dlocale_test.c71 file = sf_wchar_open (filename, SFM_WRITE, &info) ; in wchar_test()
/third_party/libsnd/
DCHANGELOG.md71 …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
DNEWS.OLD157 * Add windows only function sf_wchar_open().
/third_party/libsnd/include/
Dsndfile.h780 SNDFILE* sf_wchar_open (const wchar_t *wpath, int mode, SF_INFO *sfinfo) ;
Dsndfile.hh445 p->sf = sf_wchar_open (wpath, mode, &p->sfinfo) ; in SndfileHandle()
/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) ;