Lines Matching defs:from
110 bbuf_clone(BBuf** rto, BBuf* from) in bbuf_clone()
154 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
179 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
1689 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1764 add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) in add_code_range()
1780 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1824 OnigCodePoint from, to; in or_code_range_buf() local
1920 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
2836 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
2865 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, in str_exist_check_with_esc()
4149 code_exist_check(OnigCodePoint c, UChar* from, UChar* end, int ignore_escaped, in code_exist_check()
4955 i_apply_case_fold(OnigCodePoint from, OnigCodePoint to[], in i_apply_case_fold()