Home
last modified time | relevance | path

Searched refs:ucs2fold (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c100 static u_int16_t ucs2fold(u_int16_t);
959 ucs2fold(u_int16_t w) in ucs2fold() function
1003 u1 = ucs2fold(*w1); in ucs2match()
1004 u2 = ucs2fold(*w2); in ucs2match()