Home | History | Annotate | Download | only in common

Lines Matching refs:int8_t

72     int8_t platform;                /* +68: 1 platform of the converter (only IBM now) */
73 int8_t conversionType; /* +69: 1 conversion type */
75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
79 int8_t subCharLen; /* +76: 1 */
181 int8_t toULength; /* number of bytes in toUBytes */
204 int8_t maxBytesPerUChar;
206 int8_t subCharLen; /* length of the codepage specific character sequence */
207 int8_t invalidCharLength;
208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
210 int8_t invalidUCharLength;
211 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */
228 int8_t preFromULength, preToULength; /* negative: replay */
229 int8_t preToUFirstLength; /* length of first character */