Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c807 static UINT put_utf ( /* Returns number of encoding units written (0:buffer overflow or wrong encod… in put_utf() function
2674 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2702 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2728 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */
5391 nw = put_utf((DWORD)hs << 16 | wc, &label[di], 4); /* Store it in API encoding */
5412 di += put_utf(wc, &label[di], 4); /* Store it in Unicode */