Home
last modified time | relevance | path

Searched defs:pattern_end (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c5283 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_compile()
5472 onig_recompile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile()
5541 const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc()
5554 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new()
Dregparse.h290 UChar* pattern_end; member