Searched refs:haystack_curr (Results 1 – 1 of 1) sorted by relevance
356 gchar* haystack_curr = g_utf8_offset_to_pointer(haystack, offset); in prof_occurrences() local357 if (g_str_has_prefix(haystack_curr, needle)) { in prof_occurrences()360 gchar* haystack_before_ch = g_utf8_find_prev_char(haystack, haystack_curr); in prof_occurrences()366 gchar* haystack_after_ch = haystack_curr + strlen(needle); in prof_occurrences()