Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.h38 constexpr int MAX_STRING_TO_INT32_LENGTH = 10; variable
H A Dnapi_parse_utils.cpp468 if (input.empty() || input.size() >= MAX_STRING_TO_INT32_LENGTH) { in ParseJsLengthStringToInt()