Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp273 int maxSubValue = std::stoi(strInfo.substr(ZERO_VALUE, ZERO_VALUE + 1)); in ConvertStringToInt64() local
274 if (strLength == INT_64_LENGTH && maxSubValue < BASE_NUMBER) { in ConvertStringToInt64()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp260 int maxSubValue = std::stoi(strInfo.substr(ZERO_VALUE, ZERO_VALUE + 1)); in ConvertStringToInt64() local
261 if (strLength == INT_64_LENGTH && maxSubValue < BASE_NUMBER) { in ConvertStringToInt64()

Completed in 2 milliseconds