Searched refs:lastSource (Results 1 – 3 of 3) sorted by relevance
2188 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local2216 lastSource=source; in ucnv_MBCSSingleToBMPWithOffsets()2281 lastSource+=16*count; in ucnv_MBCSSingleToBMPWithOffsets()2342 int32_t count=(int32_t)(source-lastSource); in ucnv_MBCSSingleToBMPWithOffsets()2356 lastSource=source; in ucnv_MBCSSingleToBMPWithOffsets()2364 sourceIndex+=1+(int32_t)(source-lastSource); in ucnv_MBCSSingleToBMPWithOffsets()2392 size_t count=source-lastSource; in ucnv_MBCSSingleToBMPWithOffsets()2970 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local3002 source=lastSource=(const uint8_t *)pArgs->source; in ucnv_MBCSGetNextUChar()3126 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 …]
968 : getLastSourceIndex(lastSourceIndex), output(output), lastSource(-1), lastLine(0) {} in SourceLineSynchronizer()976 if (getLastSourceIndex() != lastSource) { in syncToMostRecentString()981 if (lastSource != -1 || lastLine != 0) in syncToMostRecentString()983 lastSource = getLastSourceIndex(); in syncToMostRecentString()1017 int lastSource; member in __anonf459e3b60111::SourceLineSynchronizer