Searched refs:ONIGENC_IS_MBC_NEWLINE (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c39 ONIGENC_IS_MBC_NEWLINE(enc,(p+enclen(enc,p)),end))
1797 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
1815 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
1846 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
1884 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
2012 else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) {
2022 if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
2031 else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) {
2047 if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
2056 else if (ONIGENC_IS_MBC_NEWLINE(encod
[all...]
H A Doniguruma.h294 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) (enc)->is_mbc_newline((p),(end)) macro

Completed in 11 milliseconds