Home
last modified time | relevance | path

Searched refs:sjis_temp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nls/
H A Dnls_euc-jp.c482 unsigned char sjis_temp[2]; in char2uni() local
500 sjis_temp[0], sjis_temp[1], 0xF5); in char2uni()
501 } else if (euc2sjisibm(sjis_temp,rawstring[1],rawstring[2])) { in char2uni()
508 /* sjis_temp[0] = 0x81; */ in char2uni()
509 /* sjis_temp[1] = 0xAC; */ in char2uni()
518 sjis_temp[0] = rawstring[1]; in char2uni()
519 sjis_temp[1] = 0x00; in char2uni()
523 sjis_temp[0], sjis_temp[ in char2uni()
[all...]
/kernel/linux/linux-6.6/fs/nls/
H A Dnls_euc-jp.c482 unsigned char sjis_temp[2]; in char2uni() local
500 sjis_temp[0], sjis_temp[1], 0xF5); in char2uni()
501 } else if (euc2sjisibm(sjis_temp,rawstring[1],rawstring[2])) { in char2uni()
508 /* sjis_temp[0] = 0x81; */ in char2uni()
509 /* sjis_temp[1] = 0xAC; */ in char2uni()
518 sjis_temp[0] = rawstring[1]; in char2uni()
519 sjis_temp[1] = 0x00; in char2uni()
523 sjis_temp[0], sjis_temp[ in char2uni()
[all...]

Completed in 3 milliseconds