Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A DUTF-8%HZ-GB-2312.c38 short saved_ustate; member
60 st->saved_ustate = U0; in _icv_open()
105 if (**inbuf & MSB && st->saved_ustate ==U0) { in _icv_iconv()
116 if (st->saved_ustate == U1 || st->saved_ustate == U3) in _icv_iconv()
127 st->saved_ustate = U0; in _icv_iconv()
178 st->saved_ustate = U1; in _icv_iconv()
185 st->saved_ustate = U2; in _icv_iconv()
213 st->saved_ustate = U3; in _icv_iconv()
235 st->saved_ustate = U4; in _icv_iconv()
243 st->saved_ustate = U5; in _icv_iconv()
[all …]