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

  /src/sys/fs/msdosfs/
msdosfs_conv.c 90 static int ucs2utf8(const u_int16_t *, u_int8_t *, int);
781 ucs2utf8(const u_int16_t *in, u_int8_t *out, int n) function in typeref:typename:int
855 outlen = ucs2utf8(in, out ? p : out, m);

Completed in 11 milliseconds