Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Doniguruma.h308 #define ONIGENC_CODE_TO_MBC(enc,code,buf) onigenc_code_to_mbc(enc, code, buf) macro
380 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf) macro
H A Dregparse.c4894 int num = ONIGENC_CODE_TO_MBC(env->enc, tok->u.code, buf); in parse_exp()
H A Dregcomp.c4166 len = ONIGENC_CODE_TO_MBC(enc, pccs[i].to, buf); in add_char_amb_opt_map_info()

Completed in 54 milliseconds