Searched refs:tempState (Results 1 – 2 of 2) sorted by relevance
582 byte tempState = nextStateToUnicodeJP[offset[0]]; in changeState_2022()583 switch (tempState) { in changeState_2022()601 if ((jpCharsetMasks[myConverterData.version] & CSM(tempState)) == 0) { in changeState_2022()605 myConverterData.toU2022State.cs[2] = tempState; in changeState_2022()609 if ((jpCharsetMasks[myConverterData.version] & CSM(tempState)) == 0) { in changeState_2022()613 myConverterData.toU2022State.cs[0] = tempState; in changeState_2022()620 byte tempState = nextStateToUnicodeCN[offset[0]]; in changeState_2022()621 switch (tempState) { in changeState_2022()656 myConverterData.toU2022State.cs[1] = tempState; in changeState_2022()659 myConverterData.toU2022State.cs[2] = tempState; in changeState_2022()[all …]
919 StateEnum tempState=(StateEnum)nextStateToUnicodeJP[offset]; in changeState_2022() local920 switch(tempState) { in changeState_2022()938 if((jpCharsetMasks[myData2022->version] & CSM(tempState)) == 0) { in changeState_2022()942 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022()946 if((jpCharsetMasks[myData2022->version] & CSM(tempState)) == 0) { in changeState_2022()950 myData2022->toU2022State.cs[0]=(int8_t)tempState; in changeState_2022()959 StateEnum tempState=(StateEnum)nextStateToUnicodeCN[offset]; in changeState_2022() local960 switch(tempState) { in changeState_2022()995 myData2022->toU2022State.cs[1]=(int8_t)tempState; in changeState_2022()998 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022()[all …]