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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 315 #define ONIGENC_IS_CODE_UPPER(enc,code) \
    [all...]
regint.h 288 : (ONIGENC_IS_CODE_UPPER(enc,code) ? (code) - 'A' + 10 : (code) - 'a' + 10))

Completed in 73 milliseconds