Searched refs:unicode_write (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | vfat.h | 92 int unicode_write(wchar_t *, struct unicode_char *, int num, int *end);
|
D | vfat.c | 281 c += unicode_write(c, vse->text1, VSE1SIZE, &end); in write_vfat() 282 c += unicode_write(c, vse->text2, VSE2SIZE, &end); in write_vfat() 283 c += unicode_write(c, vse->text3, VSE3SIZE, &end); in write_vfat()
|
D | file_name.c | 202 int unicode_write(wchar_t *in, struct unicode_char *out, int num, int *end_p) in unicode_write() function
|
D | NEWS | 1144 file_name.c: unicode_write()
|