Lines Matching refs:int8_t
187 int8_t cs[4]; /* charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */
188 int8_t g; /* 0..3 for G0..G3 (SI/SO/SS2/SS3) */
189 int8_t prevG; /* g before single shift (SS2 or SS3) */
268 static const int8_t normalize_esq_chars_2022[256] = {
349 static const int8_t escSeqStateTable_Value_2022[MAX_STATES_2022] = {
723 static const int8_t nextStateToUnicodeJP[MAX_STATES_2022]= {
736 static const int8_t nextStateToUnicodeCN[MAX_STATES_2022]= {
804 int8_t initialToULength = _this->toULength; in changeState_2022()
905 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022()
913 myData2022->toU2022State.cs[0]=(int8_t)tempState; in changeState_2022()
957 myData2022->toU2022State.cs[1]=(int8_t)tempState; in changeState_2022()
960 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022()
967 myData2022->toU2022State.cs[3]=(int8_t)tempState; in changeState_2022()
1002 int8_t backOutDistance=_this->toULength-1; in changeState_2022()
1003 int8_t bytesFromThisBuffer=_this->toULength-initialToULength; in changeState_2022()
1009 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance); in changeState_2022()
1044 int8_t i; in getEndOfBuffer_2022()
1231 int8_t length; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1425 static const int8_t escSeqCharsLen[] ={
1642 int8_t choices[10]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1648 int8_t cs, g; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1722 choices[choiceCount++] = (int8_t)HWKANA_7BIT; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1739 cs = (int8_t)jpCharsetPref[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1765 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1801 cs = (int8_t)JISX201; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2008 pFromU2022State->cs[0] = (int8_t)ASCII; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2097 pToU2022State->cs[1] = (int8_t)HWKANA_7BIT; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2111 int8_t toULengthBefore = args->converter->toULength; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2120 … args->converter->toULength = (int8_t)(toULengthBefore + (mySource - mySourceBefore)); in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2144 pToU2022State->cs[0] = (int8_t)ASCII; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2894 int8_t choices[3]; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2979 int8_t cs, g; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2995 choices[1] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2997 choices[1] = (int8_t)GB2312_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3007 choices[1] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3008 choices[2] = (int8_t)ISO_IR_165; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3011 choices[1] = (int8_t)GB2312_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3012 choices[2] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3015 choices[1] = (int8_t)GB2312_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3016 choices[2] = (int8_t)ISO_IR_165; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3022 choices[0] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3023 choices[1] = (int8_t)GB2312_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3043 int8_t cs0 = choices[i]; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3056 cs = (int8_t)(CNS_11643_0 + (value >> 16) - 0x80); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3295 int8_t toULengthBefore = args->converter->toULength; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3304 … args->converter->toULength = (int8_t)(toULengthBefore + (mySource - mySourceBefore)); in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3447 int8_t cs; in _ISO_2022_WriteSub()
3458 pFromU2022State->cs[0] = (int8_t)ASCII; in _ISO_2022_WriteSub()
3497 int8_t currentSubCharLen = myConverterData->currentConverter->subCharLen; in _ISO_2022_WriteSub()
3501 myConverterData->currentConverter->subCharLen = (int8_t)length; in _ISO_2022_WriteSub()