Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h413 size_t endStrLen = endStr.length(); in StringEndWith() local
415 return ((len >= endStrLen) && (str.compare(len - endStrLen, endStrLen, endStr) == 0)); in StringEndWith()