Home
last modified time | relevance | path

Searched refs:ONIGENC_IS_CODE_NEWLINE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h303 #define ONIGENC_IS_CODE_NEWLINE(enc,code) \ macro
Dregparse.c3737 if (ONIGENC_IS_CODE_NEWLINE(enc, c)) in fetch_token()
4491 if (ONIGENC_IS_CODE_NEWLINE(env->enc, NEWLINE_CODE)) { in parse_char_class()