Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h285 #define ONIGENC_STEP_BACK(enc,start,s,n) \ macro
H A Dregexec.c2636 s = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
2646 q = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
3516 UChar* pre_end = ONIGENC_STEP_BACK(reg->enc, str, end, 1); in onig_search()
3523 pre_end = ONIGENC_STEP_BACK(reg->enc, str, pre_end, 1); in onig_search()
H A DHISTORY854 fix ONIGENC_STEP_BACK() argument in onig_search().

Completed in 32 milliseconds