Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/testsuite/
H A Dtest-search-context.c102 gint occurrences_count; in test_occurrences_count_simple() local
108 g_assert_cmpint (occurrences_count, ==, 0); in test_occurrences_count_simple()
113 g_assert_cmpint (occurrences_count, ==, 0); in test_occurrences_count_simple()
118 g_assert_cmpint (occurrences_count, ==, 2); in test_occurrences_count_simple()
123 g_assert_cmpint (occurrences_count, ==, 1); in test_occurrences_count_simple()
143 gint occurrences_count; in test_occurrences_count_with_insert() local
217 gint occurrences_count; in test_occurrences_count_with_delete() local
305 gint occurrences_count; in test_occurrences_count_multiple_lines() local
337 gint occurrences_count; in test_case_sensitivity() local
372 gint occurrences_count; in test_search_at_word_boundaries() local
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/testsuite/
H A Dtest-search-context.c100 gint occurrences_count; in test_occurrences_count_simple() local
106 g_assert_cmpint (occurrences_count, ==, 0); in test_occurrences_count_simple()
111 g_assert_cmpint (occurrences_count, ==, 0); in test_occurrences_count_simple()
116 g_assert_cmpint (occurrences_count, ==, 2); in test_occurrences_count_simple()
121 g_assert_cmpint (occurrences_count, ==, 1); in test_occurrences_count_simple()
141 gint occurrences_count; in test_occurrences_count_with_insert() local
215 gint occurrences_count; in test_occurrences_count_with_delete() local
303 gint occurrences_count; in test_occurrences_count_multiple_lines() local
335 gint occurrences_count; in test_case_sensitivity() local
370 gint occurrences_count; in test_search_at_word_boundaries() local
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/tests/
H A Dtest-search.c101 gint occurrences_count; in update_label_occurrences() local
107 occurrences_count = gtk_source_search_context_get_occurrences_count (search->priv->search_context); in update_label_occurrences()
117 if (occurrences_count == -1) in update_label_occurrences()
123 text = g_strdup_printf ("%u occurrences", occurrences_count); in update_label_occurrences()
127 text = g_strdup_printf ("%d of %u", occurrence_pos, occurrences_count); in update_label_occurrences()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/tests/
H A Dtest-search.c100 gint occurrences_count; in update_label_occurrences() local
106 occurrences_count = gtk_source_search_context_get_occurrences_count (search->priv->search_context); in update_label_occurrences()
116 if (occurrences_count == -1) in update_label_occurrences()
122 text = g_strdup_printf ("%u occurrences", occurrences_count); in update_label_occurrences()
126 text = g_strdup_printf ("%d of %u", occurrence_pos, occurrences_count); in update_label_occurrences()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-util.c1496 gint occurrences_count = 0; in e_cal_util_remove_instances_impl() local
1503 … count_recur && !i_cal_time_is_null_time (count_recur) && occurrences_count < rule_count) { in e_cal_util_remove_instances_impl()
1507 occurrences_count++; in e_cal_util_remove_instances_impl()
1512 occurrences_count++; in e_cal_util_remove_instances_impl()
1515 g_warn_if_fail (occurrences_count > 0); in e_cal_util_remove_instances_impl()
1517 i_cal_recurrence_set_count (rule, occurrences_count); in e_cal_util_remove_instances_impl()
1811 gint occurrences_count = 0; in e_cal_util_split_at_instance_ex() local
1816 recur && !i_cal_time_is_null_time (recur) && occurrences_count < rule_count) { in e_cal_util_split_at_instance_ex()
1820 occurrences_count++; in e_cal_util_split_at_instance_ex()
1827 i_cal_recurrence_set_count (rule, rule_count - occurrences_count); in e_cal_util_split_at_instance_ex()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dsearch.vala339 if (_search_context.occurrences_count == 0 &&
343 else if (_search_context.occurrences_count >= 0)
372 int count = _search_context.occurrences_count;
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcesearchcontext.c352 gint occurrences_count; member
552 search->priv->occurrences_count = 0; in clear_search()
1489 search->priv->occurrences_count--; in remove_occurrences_in_range()
1501 search->priv->occurrences_count--; in remove_occurrences_in_range()
1585 search->priv->occurrences_count++; in scan_subregion()
1925 search->priv->occurrences_count++; in regex_search_scan_segment()
2469 search->priv->occurrences_count = 0; in delete_range_before_cb()
3127 return search->priv->occurrences_count; in gtk_source_search_context_get_occurrences_count()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcesearchcontext.c349 gint occurrences_count; member
549 search->priv->occurrences_count = 0; in clear_search()
1486 search->priv->occurrences_count--; in remove_occurrences_in_range()
1498 search->priv->occurrences_count--; in remove_occurrences_in_range()
1582 search->priv->occurrences_count++; in scan_subregion()
1922 search->priv->occurrences_count++; in regex_search_scan_segment()
2466 search->priv->occurrences_count = 0; in delete_range_before_cb()
3093 return search->priv->occurrences_count; in gtk_source_search_context_get_occurrences_count()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend-sexp.c38 gint occurrences_count; member
235 ctx->occurrences_count++; in count_instances_time_range_cb()
300 ctx->occurrences_count = 0; in func_occurrences_count()
310 result->value.number = ctx->occurrences_count; in func_occurrences_count()
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dgtksourceview-3.0.vapi567 public int occurrences_count { get; }