Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dunicode.c10980 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
10983 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
10990 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);
11000 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
/PHP-5.6/ext/mbstring/oniguruma/
H A Doniguruma.h295 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf) macro
H A Dregparse.c5020 len = ONIGENC_CODE_TO_MBC(env->enc, to[i], buf); in i_apply_case_fold()
5159 int num = ONIGENC_CODE_TO_MBC(env->enc, tok->u.code, buf); in parse_exp()
H A Dregcomp.c3298 len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); in expand_case_fold_string_alt()
4372 ONIGENC_CODE_TO_MBC(enc, items[i].code[0], buf); in add_char_amb_opt_map_info()

Completed in 48 milliseconds