Lines Matching refs:int8_t
73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
74 int8_t conversionType; /* +69: 1 conversion type */
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
80 int8_t subCharLen; /* +76: 1 */
187 int8_t toULength; /* number of bytes in toUBytes */
210 int8_t maxBytesPerUChar;
212 int8_t subCharLen; /* length of the codepage specific character sequence */
213 int8_t invalidCharLength;
214 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
216 int8_t invalidUCharLength;
217 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */
234 int8_t preFromULength, preToULength; /* negative: replay */
235 int8_t preToUFirstLength; /* length of first character */