Home
last modified time | relevance | path

Searched refs:str_pos (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgregex.c3268 gint str_pos = 0; in g_regex_replace_eval() local
3291 string + str_pos, in g_regex_replace_eval()
3292 match_info->offsets[0] - str_pos); in g_regex_replace_eval()
3294 str_pos = match_info->offsets[1]; in g_regex_replace_eval()
3305 g_string_append_len (result, string + str_pos, string_len - str_pos); in g_regex_replace_eval()