Home
last modified time | relevance | path

Searched defs:patIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp328 int GetGoodSuffixLengthByLastChar(uint8_t *pat, int patIndex, int patLen) in GetGoodSuffixLengthByLastChar()
343 int GetGoodSuffixLengthByFirstChar(uint8_t *pat, int patIndex, int tarlen) in GetGoodSuffixLengthByFirstChar()
357 int GetBadCharLengthInReverseOrder(uint8_t *pat, char singleChar, int patIndex) in GetBadCharLengthInReverseOrder()
370 int GetBadCharLengthInSequence(uint8_t *pat, char singleChar, int patIndex, int tarlen) in GetBadCharLengthInSequence()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1401 int patIndex = 4; variable