Searched refs:ONIGENC_IS_MBC_WORD (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regexec.c | 2092 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 2101 if (ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 2111 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 2115 if (! ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 2119 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at() 2120 == ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 2129 if (DATA_ENSURE_CHECK(1) && ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 2133 if (ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 2137 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at() 2138 != ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() [all …]
|
H A D | oniguruma.h | 278 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ macro
|
H A D | regcomp.c | 2526 return (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end) ? 0 : 1); in is_not_included() 2529 return (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end) ? 1 : 0); in is_not_included()
|
Completed in 44 milliseconds