Searched refs:backOutDistance (Results 1 – 4 of 4) sorted by relevance
700 int backOutDistance = decoder.toULength - 1; in changeState_2022() local702 if (backOutDistance <= bytesFromThisBuffer) { in changeState_2022()704 source.position(source.position() - backOutDistance); in changeState_2022()707 decoder.preToULength = (byte)(bytesFromThisBuffer - backOutDistance); in changeState_2022()
2313 byte backOutDistance = (byte)(byteIndex - i); in cnvMBCSToUnicodeWithOffsets()2316 if (backOutDistance <= bytesFromThisBuffer) { in cnvMBCSToUnicodeWithOffsets()2317 sourceArrayIndex -= backOutDistance; in cnvMBCSToUnicodeWithOffsets()2320 this.preToULength = (byte)(bytesFromThisBuffer - backOutDistance); in cnvMBCSToUnicodeWithOffsets()
1041 int8_t backOutDistance=_this->toULength-1; in changeState_2022() local1043 if(backOutDistance<=bytesFromThisBuffer) { in changeState_2022()1045 *source-=backOutDistance; in changeState_2022()1048 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance); in changeState_2022()
2833 int8_t backOutDistance=byteIndex-i; in ucnv_MBCSToUnicodeWithOffsets() local2836 if(backOutDistance<=bytesFromThisBuffer) { in ucnv_MBCSToUnicodeWithOffsets()2837 source-=backOutDistance; in ucnv_MBCSToUnicodeWithOffsets()2840 cnv->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance); in ucnv_MBCSToUnicodeWithOffsets()