Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregenc.h176 ONIG_EXTERN const UChar OnigEncAsciiToUpperCaseTable[]; variable
181 #define ONIGENC_ASCII_CODE_TO_UPPER_CASE(c) OnigEncAsciiToUpperCaseTable[c]
Dregenc.c210 const UChar OnigEncAsciiToUpperCaseTable[256] = { variable