Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c943 size_t special_index = (-(int32_t)hkscscode - 1) * 3; in utf8_to_big5hkscs() local
948 special_index += (*(*inbuf + 1) == 0x84 ? 1 : 2); in utf8_to_big5hkscs()
952 hkscscode = ucs_special_sequence[special_index]; in utf8_to_big5hkscs()