Searched refs:decompose_unichar (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | unicode.c | 332 static u16 *decompose_unichar(wchar_t uc, int *size, u16 *hangul_buffer) in decompose_unichar() function 358 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni() 407 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry() 464 dstr1 = decompose_unichar(c, &dsize1, in hfsplus_compare_dentry() 479 dstr2 = decompose_unichar(c, &dsize2, in hfsplus_compare_dentry()
|