HomeSort by relevance Sort by last modified time
    Searched refs:OnigEncAsciiToUpperCaseTable (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.h 176 ONIG_EXTERN const UChar OnigEncAsciiToUpperCaseTable[];
181 #define ONIGENC_ASCII_CODE_TO_UPPER_CASE(c) OnigEncAsciiToUpperCaseTable[c]
regenc.c 210 const UChar OnigEncAsciiToUpperCaseTable[256] = {

Completed in 102 milliseconds