Home | History | Annotate | Download | only in lib

Lines Matching defs:re_string_t

362 struct re_string_t
417 typedef struct re_string_t re_string_t;
431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
435 static void build_wcs_buffer (re_string_t *pstr) internal_function;
436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
439 static void build_upper_buffer (re_string_t *pstr) internal_function;
440 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
441 static unsigned int re_string_context_at (const re_string_t *input, Idx idx,
611 re_string_t input;
810 re_string_char_size_at (const re_string_t *pstr, Idx idx)
823 re_string_wchar_at (const re_string_t *pstr, Idx idx)
832 re_string_elem_size_at (const re_string_t *pstr, Idx idx)