Searched refs:savebytes (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetLMBCS.java | 762 byte savebytes = 0; in decodeLoop() 775 savebytes = (byte)(size_old + size_new); in decodeLoop() 776 for (int i = 0; i < savebytes; i++) { in decodeLoop() 784 tmpSourceBuffer.limit(savebytes); in decodeLoop() 791 toULength = savebytes; in decodeLoop() 792 for (int i = 0; i < savebytes; i++) { in decodeLoop() 805 savebytes = (byte)(source.position() - saveSource); in decodeLoop() 826 toULength = savebytes; in decodeLoop() 827 if (savebytes > 0) { in decodeLoop() 828 for (int i = 0; i < savebytes; i++) { in decodeLoop()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_lmb.cpp | 1271 int8_t savebytes = 0; in _LMBCSToUnicodeWithOffsets() local 1294 savebytes = (int8_t)(size_old+size_new); in _LMBCSToUnicodeWithOffsets() 1302 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1303 uprv_memcpy(args->converter->toUBytes, LMBCS, savebytes); in _LMBCSToUnicodeWithOffsets() 1318 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets() 1348 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1349 if (savebytes > 0) { in _LMBCSToUnicodeWithOffsets() 1350 uprv_memcpy(args->converter->toUBytes, errSource, savebytes); in _LMBCSToUnicodeWithOffsets()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_lmb.cpp | 1271 int8_t savebytes = 0; in _LMBCSToUnicodeWithOffsets() local 1294 savebytes = (int8_t)(size_old+size_new); in _LMBCSToUnicodeWithOffsets() 1302 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1303 uprv_memcpy(args->converter->toUBytes, LMBCS, savebytes); in _LMBCSToUnicodeWithOffsets() 1318 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets() 1348 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1349 if (savebytes > 0) { in _LMBCSToUnicodeWithOffsets() 1350 uprv_memcpy(args->converter->toUBytes, errSource, savebytes); in _LMBCSToUnicodeWithOffsets()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_lmb.cpp | 1269 int8_t savebytes = 0; in _LMBCSToUnicodeWithOffsets() local 1292 savebytes = (int8_t)(size_old+size_new); in _LMBCSToUnicodeWithOffsets() 1300 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1301 uprv_memcpy(args->converter->toUBytes, LMBCS, savebytes); in _LMBCSToUnicodeWithOffsets() 1316 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets() 1346 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1347 if (savebytes > 0) { in _LMBCSToUnicodeWithOffsets() 1348 uprv_memcpy(args->converter->toUBytes, errSource, savebytes); in _LMBCSToUnicodeWithOffsets()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_lmb.cpp | 1271 int8_t savebytes = 0; in _LMBCSToUnicodeWithOffsets() local 1294 savebytes = (int8_t)(size_old+size_new); in _LMBCSToUnicodeWithOffsets() 1302 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1303 uprv_memcpy(args->converter->toUBytes, LMBCS, savebytes); in _LMBCSToUnicodeWithOffsets() 1318 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets() 1348 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets() 1349 if (savebytes > 0) { in _LMBCSToUnicodeWithOffsets() 1350 uprv_memcpy(args->converter->toUBytes, errSource, savebytes); in _LMBCSToUnicodeWithOffsets()
|