Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h83 int GetGoodSuffixLengthByLastChar(uint8_t *pat, int patIndex, int patLen);
H A Dconverter.cpp328 int GetGoodSuffixLengthByLastChar(uint8_t *pat, int patIndex, int patLen) in GetGoodSuffixLengthByLastChar() function
424 int goodSuffix = GetGoodSuffixLengthByLastChar(target, indexJ, tarlen); in FindIndexInner()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1403 int length = OHOS::buffer::GetGoodSuffixLengthByLastChar(pat, patIndex, patLen);