Home
last modified time | relevance | path

Searched refs:savebytes (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Ducnv_lmb.c1262 int8_t savebytes = 0; in _LMBCSToUnicodeWithOffsets() local
1285 savebytes = (int8_t)(size_old+size_new); in _LMBCSToUnicodeWithOffsets()
1293 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets()
1294 uprv_memcpy(args->converter->toUBytes, LMBCS, savebytes); in _LMBCSToUnicodeWithOffsets()
1309 savebytes = (int8_t)(args->source - saveSource); in _LMBCSToUnicodeWithOffsets()
1339 args->converter->toULength = savebytes; in _LMBCSToUnicodeWithOffsets()
1340 if (savebytes > 0) { in _LMBCSToUnicodeWithOffsets()
1341 uprv_memcpy(args->converter->toUBytes, errSource, savebytes); in _LMBCSToUnicodeWithOffsets()