Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dhostutils.c25 const gchar *ascii_name, *unicode_name; member
51 const gchar *orig_name, *ascii_name; member
102 g_assert_cmpstr (idn_test_domains[i].ascii_name, ==, ascii); in test_to_ascii()
105 ascii = g_hostname_to_ascii (idn_test_domains[i].ascii_name); in test_to_ascii()
106 g_assert_cmpstr (idn_test_domains[i].ascii_name, ==, ascii); in test_to_ascii()
118 g_assert_true (g_hostname_is_ascii_encoded (non_round_trip_names[i].ascii_name)); in test_to_ascii()
120 g_assert_true (!g_hostname_is_ascii_encoded (non_round_trip_names[i].ascii_name)); in test_to_ascii()
123 g_assert_cmpstr (non_round_trip_names[i].ascii_name, ==, ascii); in test_to_ascii()
126 ascii = g_hostname_to_ascii (non_round_trip_names[i].ascii_name); in test_to_ascii()
127 g_assert_cmpstr (non_round_trip_names[i].ascii_name, ==, ascii); in test_to_ascii()
[all …]
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1217 static int openctl_elem_ascii(struct loopback_handle *lhandle, char *ascii_name, in openctl_elem_ascii() argument
1223 if (snd_ctl_ascii_elem_id_parse(id, ascii_name)) { in openctl_elem_ascii()
1224 fprintf(stderr, "Wrong control identifier: %s\n", ascii_name); in openctl_elem_ascii()