Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h312 #define ONIGENC_STEP_BACK(enc,start,s,n)
370 #define ONIGENC_STEP_BACK(enc,start,s,n) \ macro
H A Dregexec.c2822 s = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
2832 q = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
3663 UChar* pre_end = ONIGENC_STEP_BACK(reg->enc, str, end, 1); in onig_search()
3670 pre_end = ONIGENC_STEP_BACK(reg->enc, str, pre_end, 1); in onig_search()
H A DHISTORY625 fix ONIGENC_STEP_BACK() argument in onig_search().

Completed in 26 milliseconds