Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregposix.c105 { ONIGERR_TOO_BIG_WIDE_CHAR_VALUE, REG_EONIG_BADWC }, in onig2posix_error_code()
106 { ONIGERR_TOO_LONG_WIDE_CHAR_VALUE, REG_EONIG_BADWC }, in onig2posix_error_code()
107 { ONIGERR_INVALID_CODE_POINT_VALUE, REG_EONIG_BADWC }, in onig2posix_error_code()
Donigposix.h62 #define REG_EONIG_BADWC 15 macro