Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h160 int (*code_to_mbc)(OnigCodePoint code, OnigUChar *buf); member
297 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf)