Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c35 ONIGENC_IS_MBC_NEWLINE(enc,(p+enc_len(enc,p)),end))
1972 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
2206 else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) { in match_at()
2231 else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) && in match_at()
3358 if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) in forward_search_range()
3367 if (prev && ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) in forward_search_range()
3370 else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end) in forward_search_range()
3478 if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) { in backward_search_range()
3489 if (ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) { in backward_search_range()
3494 else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end) in backward_search_range()
[all …]
H A Doniguruma.h311 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end)
377 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) (enc)->is_mbc_newline((p),(end)) macro

Completed in 40 milliseconds