Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c2755 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search() argument
2759 end = (UChar* )text_end; in slow_search()
2807 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic() argument
2811 end = (UChar* )text_end; in slow_search_ic()
2820 s, text_end)) in slow_search_ic()
2832 const UChar* text_end, const UChar* text_start) in slow_search_backward() argument
2836 s = (UChar* )text_end; in slow_search_backward()
2865 const UChar* text_end, const UChar* text_start) in slow_search_backward_ic() argument
2869 s = (UChar* )text_end; in slow_search_backward_ic()
2878 target, target_end, s, text_end)) in slow_search_backward_ic()
[all …]