Lines Matching refs:_this
832 changeState_2022(UConverter* _this, in changeState_2022() argument
838 UConverterDataISO2022* myData2022 = ((UConverterDataISO2022*)_this->extraInfo); in changeState_2022()
841 int8_t initialToULength = _this->toULength; in changeState_2022()
847 _this->toUBytes[_this->toULength++]=(uint8_t)c; in changeState_2022()
868 _this->toULength = 0; in changeState_2022()
903 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()
907 _this->mode = UCNV_SI; in changeState_2022()
912 _this->mode = UCNV_SO; in changeState_2022()
1026 _this->toULength = 0; in changeState_2022()
1028 if(_this->toULength>1) { in changeState_2022()
1041 int8_t backOutDistance=_this->toULength-1; in changeState_2022()
1042 int8_t bytesFromThisBuffer=_this->toULength-initialToULength; in changeState_2022()
1048 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance); in changeState_2022()
1051 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength); in changeState_2022()
1054 _this->toULength=1; in changeState_2022()
1057 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()