Home
last modified time | relevance | path

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

/fs/hfsplus/
A Dunicode.c356 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
365 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni()
367 dstr = NULL; in hfsplus_asc2uni()
368 if (dstr) { in hfsplus_asc2uni()
372 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
395 const u16 *dstr; in hfsplus_hash_dentry() local
414 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry()
416 dstr = NULL; in hfsplus_hash_dentry()
417 if (dstr) { in hfsplus_hash_dentry()
419 c2 = *dstr++; in hfsplus_hash_dentry()

Completed in 5 milliseconds