Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h169 } StrNode; typedef
258 StrNode str;
Dregcomp.c78 StrNode* sn = NSTR(a); in swap_node()
87 StrNode* sn = NSTR(b); in swap_node()
467 StrNode* sn; in compile_length_string_node()
501 compile_length_string_raw_node(StrNode* sn, regex_t* reg) in compile_length_string_raw_node()
515 StrNode* sn; in compile_string_node()
549 compile_string_raw_node(StrNode* sn, regex_t* reg) in compile_string_raw_node()
2101 StrNode* sn = NSTR(node); in get_min_match_length()
2185 StrNode* sn = NSTR(node); in get_max_match_length()
2326 StrNode* sn = NSTR(node); in get_char_length_tree1()
2526 StrNode* xs = NSTR(x); in is_not_included()
[all …]
Dregparse.c1550 str_node_split_last_char(StrNode* sn, OnigEncoding enc) in str_node_split_last_char()
1569 str_node_can_be_split(StrNode* sn, OnigEncoding enc) in str_node_can_be_split()
1579 node_str_head_pad(StrNode* sn, int num, UChar val) in node_str_head_pad()
4777 StrNode* sn = NSTR(target); in set_quantifier()