Lines Matching refs:re_string_t
354 struct re_string_t struct
409 typedef struct re_string_t re_string_t; argument
423 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
427 static void build_wcs_buffer (re_string_t *pstr) internal_function;
428 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
431 static void build_upper_buffer (re_string_t *pstr) internal_function;
432 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
433 static unsigned int re_string_context_at (const re_string_t *input,
663 re_string_t input;
861 re_string_char_size_at (const re_string_t *pstr, Idx idx) in internal_function()
874 re_string_wchar_at (const re_string_t *pstr, Idx idx) in internal_function()
883 re_string_elem_size_at (const re_string_t *pstr, Idx idx) in internal_function()