Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c10997 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
11000 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
11007 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);
11017 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h297 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf) macro
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()
Dregcomp.c3313 len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); in expand_case_fold_string_alt()
4393 ONIGENC_CODE_TO_MBC(enc, items[i].code[0], buf); in add_char_amb_opt_map_info()