Home | History | Annotate | Download | only in msdosfs

Lines Matching refs:utf8

542     int chksum, int utf8)
563 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
599 int chksum, int utf8)
623 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
644 if (! (utf8 ? ucs2match(&wn[i], buf, WIN_CHARS) : char8match(&wn[i], buf, WIN_CHARS)))
656 uint16_t *namlen, int utf8)
696 len = utf8 ? ucs2utf8str(wn, WIN_CHARS, buf, sizeof(buf))
743 msdosfs_winSlotCnt(const u_char *un, int unlen, int utf8)
755 len = utf8 ? utf8ucs2str(un, unlen, NULL, WIN_MAXLEN) : unlen;
868 * Convert UTF8 string into UCS-2 string