Searched refs:lastSource (Results 1 – 2 of 2) sorted by relevance
2187 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local2215 lastSource=source; in ucnv_MBCSSingleToBMPWithOffsets()2280 lastSource+=16*count; in ucnv_MBCSSingleToBMPWithOffsets()2341 int32_t count=(int32_t)(source-lastSource); in ucnv_MBCSSingleToBMPWithOffsets()2355 lastSource=source; in ucnv_MBCSSingleToBMPWithOffsets()2363 sourceIndex+=1+(int32_t)(source-lastSource); in ucnv_MBCSSingleToBMPWithOffsets()2391 size_t count=source-lastSource; in ucnv_MBCSSingleToBMPWithOffsets()2969 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local3001 source=lastSource=(const uint8_t *)pArgs->source; in ucnv_MBCSGetNextUChar()3125 lastSource=source; in ucnv_MBCSGetNextUChar()[all …]
2364 int sourceArrayIndex, lastSource; in cnvMBCSSingleToBMPWithOffsets() local2385 lastSource = sourceArrayIndex; in cnvMBCSSingleToBMPWithOffsets()2425 cr[0] = CoderResult.malformedForLength(sourceArrayIndex - lastSource); in cnvMBCSSingleToBMPWithOffsets()2433 int count = sourceArrayIndex - lastSource; in cnvMBCSSingleToBMPWithOffsets()2447 lastSource = sourceArrayIndex; in cnvMBCSSingleToBMPWithOffsets()2452 sourceIndex += 1 + (sourceArrayIndex - lastSource); in cnvMBCSSingleToBMPWithOffsets()2475 int count = sourceArrayIndex - lastSource; in cnvMBCSSingleToBMPWithOffsets()3991 int sourceArrayIndex, lastSource; in cnvMBCSSingleFromBMPWithOffsets() local4023 lastSource = sourceArrayIndex; in cnvMBCSSingleFromBMPWithOffsets()4091 int count = sourceArrayIndex - lastSource; in cnvMBCSSingleFromBMPWithOffsets()[all …]