Searched refs:ONIGENC_IS_MBC_WORD (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 1917 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 1926 if (ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 1936 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 1940 if (! ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 1944 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at() 1945 == ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 1954 if (DATA_ENSURE_CHECK1 && ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at() 1958 if (ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() 1962 if (ONIGENC_IS_MBC_WORD(encode, s, end) in match_at() 1963 != ONIGENC_IS_MBC_WORD(encode, sprev, end)) in match_at() [all …]
|
D | oniguruma.h | 271 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ macro
|
D | regcomp.c | 2535 if (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end)) in is_not_included()
|