Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c10828 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_property_name_to_ctype()
10990 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11187 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11329 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11350 code = ONIGENC_MBC_TO_CODE(enc, p, end);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregerror.c213 code = ONIGENC_MBC_TO_CODE(enc, p, end); in to_ascii()
Doniguruma.h272 ONIGENC_IS_CODE_WORD(enc,ONIGENC_MBC_TO_CODE(enc,s,end))
295 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) macro
Dregparse.c262 c = ONIGENC_MBC_TO_CODE(enc, p, end); \
271 c = ONIGENC_MBC_TO_CODE(enc, p, end); \
275 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE)
2858 x = ONIGENC_MBC_TO_CODE(enc, p, to); in find_str_position()
2862 x = ONIGENC_MBC_TO_CODE(enc, q, to); in find_str_position()
2893 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
2897 x = ONIGENC_MBC_TO_CODE(enc, q, to); in str_exist_check_with_esc()
2905 x = ONIGENC_MBC_TO_CODE(enc, p, to); in str_exist_check_with_esc()
4288 v = ONIGENC_MBC_TO_CODE(env->enc, buf, bufe); in parse_char_class()
Dregenc.c832 c = (int )ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_with_ascii_strncmp()
Dregexec.c38 (ONIGENC_MBC_TO_CODE(enc,p,end) == 13 && \
1675 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1740 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
1787 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
Dregcomp.c2549 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included()
5061 code = ONIGENC_MBC_TO_CODE(enc, p, end); in print_enc_string()