Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dcomposetable.c333 ret = gtk_check_algorithmically (buffer, 2, output); in match_algorithmic()
340 ret = gtk_check_algorithmically (buffer, 2, output); in match_algorithmic()
347 ret = gtk_check_algorithmically (buffer, 2, output); in match_algorithmic()
355 ret = gtk_check_algorithmically (buffer, 3, output); in match_algorithmic()
363 ret = gtk_check_algorithmically (buffer, 3, output); in match_algorithmic()
371 ret = gtk_check_algorithmically (buffer, 2, output); in match_algorithmic()
375 ret = gtk_check_algorithmically (buffer, 3, output); in match_algorithmic()
383 ret = gtk_check_algorithmically (buffer, 3, output); in match_algorithmic()
387 ret = gtk_check_algorithmically (buffer, 2, output); in match_algorithmic()
394 ret = gtk_check_algorithmically (buffer, 3, output); in match_algorithmic()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcomposetable.h69 gboolean gtk_check_algorithmically (const guint16 *compose_buffer,
H A Dgtkcomposetable.c345 else if (gtk_check_algorithmically (keysyms, n_compose, &output_char)) in gtk_compose_list_check_duplicated()
1180 gtk_check_algorithmically (const guint16 *compose_buffer, in gtk_check_algorithmically() function
H A Dgtkimcontextsimple.c1030 if (gtk_check_algorithmically (priv->compose_buffer, n_compose, &output_char)) in gtk_im_context_simple_filter_keypress()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcomposetable.h88 gboolean gtk_check_algorithmically (const guint *compose_buffer,
H A Dgtkcomposetable.c533 if (gtk_check_algorithmically (keysyms, n_compose, output)) in parser_remove_duplicates()
1463 gtk_check_algorithmically (const guint *compose_buffer, in gtk_check_algorithmically() function
H A Dgtkimcontextsimple.c1127 if (gtk_check_algorithmically (priv->compose_buffer, n_compose, output)) in gtk_im_context_simple_filter_keypress()