Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1210 // 7. Let searchLength be the length of searchString. in ReplaceAll()
1211 // 8. Let advanceBy be max(1, searchLength). in ReplaceAll()
1212 int32_t searchLength = static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength()); in ReplaceAll() local
1213 int32_t advanceBy = std::max(1, searchLength); in ReplaceAll()
1255 endOfLastMatch = pos + searchLength; in ReplaceAll()

Completed in 6 milliseconds