Searched refs:saveSource (Results 1 – 3 of 3) sorted by relevance
760 int saveSource; /* beginning of current code point */ in decodeLoop() local766 saveSource = source.position(); /* beginning of current code point */ in decodeLoop()786 source.position(saveSource + tmpSourceBuffer.position() - size_old); in decodeLoop()787 errSource = saveSource - size_old; in decodeLoop()803 errSource = saveSource; in decodeLoop()805 savebytes = (byte)(source.position() - saveSource); in decodeLoop()812 offsets.put(saveSource); in decodeLoop()815 err[0] = CoderResult.unmappableForLength(source.position() - saveSource); in decodeLoop()817 err[0] = CoderResult.malformedForLength(source.position() - saveSource); in decodeLoop()
1268 const char * saveSource; /* beginning of current code point */ in _LMBCSToUnicodeWithOffsets() local1276 saveSource = args->source; /* beginning of current code point */ in _LMBCSToUnicodeWithOffsets()1296 args->source = saveSource + ((args->source - LMBCS) - size_old); in _LMBCSToUnicodeWithOffsets()1316 errSource = saveSource; in _LMBCSToUnicodeWithOffsets()1318 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets()1327 *(args->offsets)++ = (int32_t)(saveSource - pStartLMBCS); in _LMBCSToUnicodeWithOffsets()
1113 SaveFileHelper saveSource(sourcePath); in WriteCppReplayIndexFiles() local1114 saveSource << sourceContents; in WriteCppReplayIndexFiles()