HomeSort by relevance Sort by last modified time
    Searched refs:gchar (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/ui/base/glib/
glib_integers.h 11 typedef char gchar; typedef
  /external/chromium_org/ui/base/ime/
composition_text_util_pango.h 20 const gchar* utf8_text,
composition_text_util_pango.cc 17 void ExtractCompositionTextFromGtkPreedit(const gchar* utf8_text,
  /external/fio/
gcompat.c 13 const gchar *text)
19 const gchar *text)
25 const gchar *text)
30 gchar *gtk_combo_box_text_get_active_text(GtkComboBoxText *combo_box)
gcompat.h 11 void gtk_combo_box_text_append_text(GtkComboBoxText *combo_box, const gchar *text);
12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text);
13 void gtk_combo_box_text_prepend_text(GtkComboBoxText *combo_box, const gchar *text);
15 gchar *gtk_combo_box_text_get_active_text(GtkComboBoxText *combo_box);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_signal_registrar.h 45 glong Connect(gpointer instance, const gchar* detailed_signal,
48 glong ConnectAfter(gpointer instance, const gchar* detailed_signal,
64 glong ConnectInternal(gpointer instance, const gchar* detailed_signal,
app_indicator_icon.cc 41 typedef AppIndicator* (*app_indicator_new_func)(const gchar* id,
42 const gchar* icon_name,
46 const gchar* id,
47 const gchar* icon_name,
49 const gchar* icon_theme_path);
56 const gchar* icon_name,
57 const gchar* icon_desc);
62 const gchar* icon_name,
63 const gchar* icon_desc);
67 const gchar* icon_theme_path)
    [all...]
gtk2_signal_registrar.cc 33 const gchar* detailed_signal,
41 const gchar* detailed_signal,
48 const gchar* detailed_signal,
x11_input_method_context_impl_gtk2.h 63 GtkIMContext*, gchar*);
gtk2_key_bindings_handler.h 108 static void InsertAtCursor(GtkTextView* text_view, const gchar* str);
unity_service.cc 26 (const gchar* desktop_id);
  /external/chromium_org/third_party/icu/source/samples/layout/
GnomeGUISupport.cpp 25 gchar *s;
gnomelayout.cpp 47 GtkWidget *newSample(const gchar *fileName);
53 const gchar *documentedBy[] = {NULL};
54 const gchar *writtenBy[] = {
76 gchar *prettyTitle(const gchar *path)
78 const gchar *name = g_basename(path);
79 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
97 gchar *title = prettyTitle(fileName);
170 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample"
    [all...]
cgnomelayout.c 37 GtkWidget *newSample(const gchar *fileName);
43 const gchar *documentedBy[] = {NULL};
44 const gchar *writtenBy[] = {
68 static gchar *prettyTitle(const gchar *path)
70 const gchar *name = g_basename(path);
71 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
89 gchar *title = prettyTitle(fileName);
162 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample"
    [all...]
  /external/icu/icu4c/source/samples/layout/
GnomeGUISupport.cpp 25 gchar *s;
gnomelayout.cpp 47 GtkWidget *newSample(const gchar *fileName);
53 const gchar *documentedBy[] = {NULL};
54 const gchar *writtenBy[] = {
76 gchar *prettyTitle(const gchar *path)
78 const gchar *name = g_basename(path);
79 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
97 gchar *title = prettyTitle(fileName);
170 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample"
    [all...]
cgnomelayout.c 37 GtkWidget *newSample(const gchar *fileName);
43 const gchar *documentedBy[] = {NULL};
44 const gchar *writtenBy[] = {
68 static gchar *prettyTitle(const gchar *path)
70 const gchar *name = g_basename(path);
71 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
89 gchar *title = prettyTitle(fileName);
162 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample"
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-glib.cc 253 gchar utf8[12];
254 gchar *normalized;
290 gchar utf8[6];
291 gchar *normalized;
311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC);
322 gchar *end = g_utf8_offset_to_pointer (normalized, len - 1);
323 gchar *recomposed;
348 gchar utf8[6];
349 gchar *utf8_decomposed, *c;
  /external/harfbuzz_ng/src/
hb-glib.cc 253 gchar utf8[12];
254 gchar *normalized;
290 gchar utf8[6];
291 gchar *normalized;
311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC);
322 gchar *end = g_utf8_offset_to_pointer (normalized, len - 1);
323 gchar *recomposed;
348 gchar utf8[6];
349 gchar *utf8_decomposed, *c;
  /external/qemu/qom/
container.c 31 gchar **parts;
object.c 841 gchar *path = object_get_canonical_path(value);
973 gchar *path;
991 gchar *type;
1009 gchar *path;
1016 path = (gchar *)"";
1029 gchar *target_type;
1072 gchar *full_type;
1084 gchar *object_get_canonical_path(Object *obj)
1122 Object *object_resolve_path_component(Object *parent, const gchar *part)
1139 gchar **parts
    [all...]
  /external/wpa_supplicant_8/src/utils/
browser.c 79 const gchar *uri = webkit_network_request_get_uri(req);
100 gchar *mime, WebKitWebPolicyDecision *policy,
118 const gchar *uri;
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title,
126 gchar *uri, struct browser_context *ctx)
  /external/qemu/include/qom/
object.h 320 gchar *name;
321 gchar *type;
979 gchar *object_get_canonical_path(Object *obj);
    [all...]
  /external/harfbuzz_ng/util/
options.hh 120 const gchar *name,
121 const gchar *description,
122 const gchar *help_description,
  /external/harfbuzz_ng/test/api/
hb-test.h 226 = (void (*) (const gchar *, gsize, gconstpointer, \
254 = (void (*) (const gchar *, const char *, gsize, gconstpointer, \

Completed in 644 milliseconds

1 2