Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c652 static UINT put_utf ( /* Returns number of encoding units written (0:buffer overflow or wrong encod… in put_utf() function
2182 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding … in get_fileinfo()
2206 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */ in get_fileinfo()
5179 di += put_utf(wc, &label[di], 4); /* Store it in Unicode */