Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10979 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
10982 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
10989 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);
10999 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
/PHP-5.5/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.c5007 len = ONIGENC_CODE_TO_MBC(env->enc, to[i], buf); in i_apply_case_fold()
5146 int num = ONIGENC_CODE_TO_MBC(env->enc, tok->u.code, buf); in parse_exp()
H A Dregcomp.c3299 len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); in expand_case_fold_string_alt()
4373 ONIGENC_CODE_TO_MBC(enc, items[i].code[0], buf); in add_char_amb_opt_map_info()

Completed in 94 milliseconds