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

  /src/sys/fs/msdosfs/
msdosfs_conv.c 101 static int ucs2match(u_int16_t *, u_int16_t *, int n);
644 if (! (utf8 ? ucs2match(&wn[i], buf, WIN_CHARS) : char8match(&wn[i], buf, WIN_CHARS)))
996 ucs2match(u_int16_t *w1, u_int16_t *w2, int n) function in typeref:typename:int

Completed in 38 milliseconds