msdosfs_conv.c | 94 static int utf8ucs2str(const u_int8_t *, int, u_int16_t *, int); 563 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN); 623 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN); 755 len = utf8 ? utf8ucs2str(un, unlen, NULL, WIN_MAXLEN) : unlen; 872 utf8ucs2str(const u_int8_t *in, int n, u_int16_t *out, int m) function in typeref:typename:int
|