Searched refs:tmpEnd (Results 1 – 3 of 3) sorted by relevance
41 char* tmpEnd = nullptr; in ProcessSystemParam() local43 …rsion", static_cast<int32_t>(std::strtol(SystemProperties::GetApiVersion().c_str(), &tmpEnd, 10))); in ProcessSystemParam()
434 auto tmpEnd = end; in ChangeEndToCorrectNum() local437 if (tmpEnd == textLen) { in ChangeEndToCorrectNum()440 tmpEnd ++; in ChangeEndToCorrectNum()441 if (tmpEnd >= textLen) { in ChangeEndToCorrectNum()444 substr = StringUtils::ToString(GetWideStringSubstr(text, tmpEnd)); in ChangeEndToCorrectNum()446 if (tmpEnd != end) { in ChangeEndToCorrectNum()447 LOGI("SpanString: Get Complex Char, Change End %{public}d to %{public}d", end, tmpEnd); in ChangeEndToCorrectNum()448 end = tmpEnd; in ChangeEndToCorrectNum()
746 char* tmpEnd = nullptr; in GetDeviceInfo() local748 std::strtol(SystemProperties::GetApiVersion().c_str(), &tmpEnd, SYSTEM_BASE))); in GetDeviceInfo()