Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h84 int GetGoodSuffixLengthByFirstChar(uint8_t *pat, int patIndex, int tarlen);
H A Dconverter.cpp343 int GetGoodSuffixLengthByFirstChar(uint8_t *pat, int patIndex, int tarlen) in GetGoodSuffixLengthByFirstChar() function
407 int goodSuffix = GetGoodSuffixLengthByFirstChar(target, j, tarlen); in FindLastIndex()