#include <regparse.h>
Data Fields | |
| NodeBase | base |
| UChar * | s |
| UChar * | end |
| unsigned int | flag |
| int | capa |
| UChar | buf [NODE_STR_BUF_SIZE] |
Definition at line 160 of file regparse.h.
Definition at line 161 of file regparse.h.
| UChar StrNode::buf[NODE_STR_BUF_SIZE] |
| int StrNode::capa |
| UChar* StrNode::end |
Definition at line 163 of file regparse.h.
Referenced by compile_length_string_node(), compile_length_string_raw_node(), compile_string_node(), compile_string_raw_node(), expand_case_fold_string(), get_char_length_tree1(), get_head_value_node(), get_max_match_length(), get_min_match_length(), is_not_included(), optimize_node_left(), setup_tree(), str_node_can_be_split(), str_node_split_last_char(), swap_node(), and update_string_node_case_fold().
| unsigned int StrNode::flag |
| UChar* StrNode::s |
Definition at line 162 of file regparse.h.
Referenced by compile_length_string_node(), compile_length_string_raw_node(), compile_string_node(), compile_string_raw_node(), expand_case_fold_string(), get_char_length_tree1(), get_head_value_node(), get_max_match_length(), get_min_match_length(), is_not_included(), optimize_node_left(), setup_tree(), str_node_can_be_split(), str_node_split_last_char(), swap_node(), and update_string_node_case_fold().