Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c2479 gint last_separator_end; in g_regex_split_full() local
2513 last_separator_end = start_position; in g_regex_split_full()
2530 if (last_separator_end != match_info->offsets[1]) in g_regex_split_full()
2535 token = g_strndup (string + last_separator_end, in g_regex_split_full()
2536 match_info->offsets[0] - last_separator_end); in g_regex_split_full()
2555 gchar *token = g_strndup (string + last_separator_end, in g_regex_split_full()
2556 match_info->string_len - last_separator_end); in g_regex_split_full()
2588 last_separator_end = match_info->pos; in g_regex_split_full()
2593 last_separator_end = PREV_CHAR (regex, &string[last_separator_end]) - string; in g_regex_split_full()