Searched refs:decompose_unichar (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/hfsplus/ |
| H A D | unicode.c | 435 static u16 *decompose_unichar(wchar_t uc, int *size, u16 *hangul_buffer) in decompose_unichar() function 461 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni() 511 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry() 570 dstr1 = decompose_unichar(c, &dsize1, in hfsplus_compare_dentry() 586 dstr2 = decompose_unichar(c, &dsize2, in hfsplus_compare_dentry()
|