Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c197 code = ONIGENC_MBC_TO_CODE(enc, p, end); in to_ascii()
H A Doniguruma.h279 ONIGENC_IS_CODE_WORD(enc,ONIGENC_MBC_TO_CODE(enc,s,end))
306 #define ONIGENC_MBC_TO_CODE(enc,p,e) m17n_codepoint((enc),(p),(e)) macro
378 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) macro
H A Dregenc.c889 c = (int )ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_with_ascii_strncmp()
H A Dregparse.c267 c = ONIGENC_MBC_TO_CODE(enc, p, end); \
272 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE)
2689 x = ONIGENC_MBC_TO_CODE(enc, p, to); in find_str_position()
2693 x = ONIGENC_MBC_TO_CODE(enc, q, to); in find_str_position()
2724 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
2728 x = ONIGENC_MBC_TO_CODE(enc, q, to); in str_exist_check_with_esc()
2736 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
4162 v = ONIGENC_MBC_TO_CODE(env->enc, buf, bufe); in parse_char_class()
H A Dregexec.c34 (ONIGENC_MBC_TO_CODE(enc,p,end) == 13 && \
1850 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1915 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1962 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
H A Dregcomp.c2540 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included()
4158 code = ONIGENC_MBC_TO_CODE(enc, p, end); in add_char_amb_opt_map_info()
4834 code = ONIGENC_MBC_TO_CODE(enc, p, end); in print_enc_string()

Completed in 53 milliseconds