Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp268 size_t findIndex = originalStr.find('\0'); in OtherEncode() local
269 if (findIndex == std::string::npos) { in OtherEncode()
277 while (findIndex != std::string::npos) { in OtherEncode()
288 shifting += findIndex + 1; in OtherEncode()
289 originalStr = originalStr.substr(findIndex + 1, inputSize); in OtherEncode()
290 findIndex = originalStr.find('\0'); in OtherEncode()

Completed in 2 milliseconds