Home
last modified time | relevance | path

Searched refs:resultShifting (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp267 size_t resultShifting = 0; in OtherEncode() local
279 if (memcpy_s(writeResult + resultShifting, buffer.length(), in OtherEncode()
284 resultShifting += buffer.length(); in OtherEncode()
285 *(writeResult + resultShifting) = '\0'; in OtherEncode()
286 resultShifting += 1; in OtherEncode()
294 if (memcpy_s(writeResult + resultShifting, buffer.length(), in OtherEncode()

Completed in 2 milliseconds