Searched refs:put_utf (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 801 static UINT put_utf ( /* Returns number of encoding units written (0:buffer overflow or wrong encod… in put_utf() function 2619 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding … 2645 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding … 2667 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */ 5306 nw = put_utf((DWORD)hs << 16 | wc, &label[di], 4); /* Store it in API encoding */ 5323 di += put_utf(wc, &label[di], 4); /* Store it in Unicode */
|