Searched refs:ucs2 (Results 1 – 1 of 1) sorted by relevance
70 kiconv_ja_ucs2_to_euc16(kiconv_ja_ucs2_t ucs2) in kiconv_ja_ucs2_to_euc16() argument74 if ((p = kiconv_ja_ucs2_to_euc16_index[ucs2 >> 8]) != NULL) in kiconv_ja_ucs2_to_euc16()75 return (p[ucs2 & 0xff]); in kiconv_ja_ucs2_to_euc16()