Home
last modified time | relevance | path

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

/fs/hfsplus/
Dunicode.c303 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
311 dstr = decompose_unichar(c, &dsize); in hfsplus_asc2uni()
313 dstr = NULL; in hfsplus_asc2uni()
314 if (dstr) { in hfsplus_asc2uni()
318 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
341 const u16 *dstr; in hfsplus_hash_dentry() local
359 dstr = decompose_unichar(c, &dsize); in hfsplus_hash_dentry()
361 dstr = NULL; in hfsplus_hash_dentry()
362 if (dstr) { in hfsplus_hash_dentry()
364 c2 = *dstr++; in hfsplus_hash_dentry()