Lines Matching refs:int8_t
75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
218 int8_t invalidUCharLength;
219 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */
236 int8_t preFromULength, preToULength; /* negative: replay */
237 int8_t preToUFirstLength; /* length of first character */