Home
last modified time | relevance | path

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

/dports/net-im/profanity/profanity-0.11.1/src/
H A Dcommon.c356 gchar* haystack_curr = g_utf8_offset_to_pointer(haystack, offset); in prof_occurrences() local
357 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()