Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1908 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
1917 if (ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
1927 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
1931 if (! ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at()
1935 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at()
1936 == ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at()
1945 if (DATA_ENSURE_CHECK1 && ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
1949 if (ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at()
1953 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at()
1954 != ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at()
[all …]
H A Doniguruma.h269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ macro
H A Dregcomp.c2521 if (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end)) in is_not_included()

Completed in 29 milliseconds