Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c1022 #define ON_STR_BEGIN(s) ((s) == str) macro
1920 if (ON_STR_BEGIN(s)) { in match_at()
1939 if (ON_STR_BEGIN(s)) { in match_at()
1959 if (ON_STR_BEGIN(s) || !ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
1968 if (!ON_STR_BEGIN(s) && ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
1979 if (! ON_STR_BEGIN(s)) goto fail; in match_at()
1993 if (ON_STR_BEGIN(s)) { in match_at()
3168 if (!ON_STR_BEGIN(p)) { in forward_search_range()
3298 if (!ON_STR_BEGIN(p)) { in backward_search_range()

Completed in 11 milliseconds