HomeSort by: relevance | last modified time | path
    Searched defs:ucs2utf8str (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_conv.c 93 static int ucs2utf8str(const u_int16_t *, int, u_int8_t *, int);
696 len = utf8 ? ucs2utf8str(wn, WIN_CHARS, buf, sizeof(buf))
848 ucs2utf8str(const u_int16_t *in, int n, u_int8_t *out, int m) function in typeref:typename:int
msdosfs_conv.c 93 static int ucs2utf8str(const u_int16_t *, int, u_int8_t *, int);
696 len = utf8 ? ucs2utf8str(wn, WIN_CHARS, buf, sizeof(buf))
848 ucs2utf8str(const u_int16_t *in, int n, u_int8_t *out, int m) function in typeref:typename:int

Completed in 55 milliseconds