Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp407 int goodSuffix = GetGoodSuffixLengthByFirstChar(target, j, tarlen); in FindLastIndex() local
408 int distance = badValue > goodSuffix ? badValue : goodSuffix; in FindLastIndex()
424 int goodSuffix = GetGoodSuffixLengthByLastChar(target, indexJ, tarlen); in FindIndexInner() local
425 int distance = badValue > goodSuffix ? badValue : goodSuffix; in FindIndexInner()

Completed in 2 milliseconds