Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dunicode.c349 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
358 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni()
360 dstr = NULL; in hfsplus_asc2uni()
361 if (dstr) { in hfsplus_asc2uni()
365 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
388 const u16 *dstr; in hfsplus_hash_dentry() local
407 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry()
409 dstr = NULL; in hfsplus_hash_dentry()
410 if (dstr) { in hfsplus_hash_dentry()
412 c2 = *dstr++; in hfsplus_hash_dentry()