Searched refs:nonidcount (Results 1 – 3 of 3) sorted by relevance
70 st->nonidcount = 0; in _icv_open()129 st->nonidcount = 0; in iso2022_icv_iconv()164 st->nonidcount += 1; in iso2022_icv_iconv()166 st->nonidcount -= 1; /* The first byte identified as in iso2022_icv_iconv()177 st->nonidcount += 1; in iso2022_icv_iconv()180 st->nonidcount += 1; /* For the ESC character */ in iso2022_icv_iconv()197 st->nonidcount -= st->numsav; /* Since invalid Esc in iso2022_icv_iconv()208 st->nonidcount += 1; /* For this character */ in iso2022_icv_iconv()229 st->nonidcount += 1; in iso2022_icv_iconv()259 return (*inbytesleft + st->nonidcount); in iso2022_icv_iconv()[all …]
74 size_t nonidcount; /* Keeps track of skipped input bytes in conversion */ member117 st->nonidcount = 0; in _icv_open()194 st->nonidcount = 0; in _icv_iconv()226 st->nonidcount += 1;/* Until we have verified that this and in _icv_iconv()239 st->nonidcount += 1; in _icv_iconv()254 st->nonidcount -= 1; /* The first byte of this big5 saved in in _icv_iconv()266 st->nonidcount -= 1; /* Include the 2nd byte also as in _icv_iconv()270 st->nonidcount += 1; in _icv_iconv()310 return (*inbytesleft + st->nonidcount); in _icv_iconv()
69 size_t nonidcount; /* Keeps track of skipped input bytes in convertion */ member