Searched refs:savebytes (Results 1 – 4 of 4) sorted by relevance
/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()
|
/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()
|