Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10828 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_property_name_to_ctype()
10972 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11169 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11311 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11332 code = ONIGENC_MBC_TO_CODE(enc, p, end);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c206 code = ONIGENC_MBC_TO_CODE(enc, p, end); in to_ascii()
H A Doniguruma.h270 ONIGENC_IS_CODE_WORD(enc,ONIGENC_MBC_TO_CODE(enc,s,end))
293 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) macro
H A Dregparse.c260 c = ONIGENC_MBC_TO_CODE(enc, p, end); \
265 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE)
2845 x = ONIGENC_MBC_TO_CODE(enc, p, to); in find_str_position()
2849 x = ONIGENC_MBC_TO_CODE(enc, q, to); in find_str_position()
2880 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
2884 x = ONIGENC_MBC_TO_CODE(enc, q, to); in str_exist_check_with_esc()
2892 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
4278 v = ONIGENC_MBC_TO_CODE(env->enc, buf, bufe); in parse_char_class()
H A Dregenc.c830 c = (int )ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_with_ascii_strncmp()
H A Dregexec.c36 (ONIGENC_MBC_TO_CODE(enc,p,end) == 13 && \
1666 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1731 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1778 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
H A Dregcomp.c2535 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included()
5041 code = ONIGENC_MBC_TO_CODE(enc, p, end); in print_enc_string()

Completed in 66 milliseconds