Home | History | Annotate | Download | only in gio

Lines Matching defs:value_utf8

63   char *value_utf8;
65 value_utf8 = NULL;
87 value_utf8 = g_utf16_to_utf8 (wc_temp_expanded, -1, NULL, NULL, NULL);
93 value_utf8 = g_utf16_to_utf8 (wc_temp, -1, NULL, NULL, NULL);
103 return value_utf8;
136 char *value_utf8;
145 value_utf8 = get_registry_classes_key (type, L"PerceivedType");
146 if (value_utf8 && strcmp (value_utf8, supertype) == 0)
148 g_free (value_utf8);