Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp91 int32_t indexTmp = StringUtils::StringToInt(pos) + static_cast<int32_t>(containCount) - 1; in ReplaceHolder() local
92 if (indexTmp >= 0) { in ReplaceHolder()
93 index = static_cast<std::string::size_type>(indexTmp); in ReplaceHolder()
95 LOGE("indexTmp err:%{public}d", indexTmp); in ReplaceHolder()

Completed in 3 milliseconds