Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/utf-8/common/
H A Ducs_to_utf7.c93 sz = (cd->remnant_count > 0) ? 2 : 1;
100 if (cd->remnant_count > 0) {
103 (6 - cd->remnant_count)) & 0x003f)];
113 cd->remnant_count = 0;
245 if (cd->remnant_count > 0) {
248 (6 - cd->remnant_count);
264 if (cd->remnant_count > 0)
271 cd->remnant_count = 0;
296 sz = (cd->remnant_count) ? 3 : 2;
312 if (cd->remnant_count) {
[all …]
H A Dutf7_to_ucs.c87 cd->remnant_count = 0; in _icv_iconv()
110 switch (cd->remnant_count) { in _icv_iconv()
143 if (cd->remnant_count == ICV_U7_ACTION_HARVEST3) in _icv_iconv()
144 cd->remnant_count = ICV_U7_ACTION_START; in _icv_iconv()
146 cd->remnant_count++; in _icv_iconv()
154 switch (cd->remnant_count) { in _icv_iconv()
199 cd->remnant_count = 0; in _icv_iconv()
205 cd->remnant_count = 0; in _icv_iconv()
H A Dcommon_defs.h92 signed char remnant_count; /* in bits */ member