Lines Matching defs:pstr
432 #define re_string_peek_byte(pstr, offset) \ argument
434 #define re_string_fetch_byte(pstr) \ argument
436 #define re_string_first_byte(pstr, idx) \ argument
438 #define re_string_is_single_byte_char(pstr, idx) \ argument
441 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument
442 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument
443 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument
444 #define re_string_length(pstr) ((pstr)->len) argument
445 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument
446 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument
447 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx)) argument
804 re_string_char_size_at (const re_string_t *pstr, Idx idx) in re_string_char_size_at()
817 re_string_wchar_at (const re_string_t *pstr, Idx idx) in re_string_wchar_at()
830 re_string_elem_size_at (const re_string_t *pstr, Idx idx) in re_string_elem_size_at()