Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dkeyfile.c85 check_string_list_value (GKeyFile *keyfile, in check_string_list_value() function
580 check_string_list_value (keyfile, "inserted", "key7", "one", "two;andahalf", "3", NULL); in test_string()
822 check_string_list_value (keyfile, "valid", "key1", "v1", "v2", NULL); in test_lists()
823 check_string_list_value (keyfile, "valid", "key2", "v1", "v2", NULL); in test_lists()
824 check_string_list_value (keyfile, "valid", "key3", "v1,v2", NULL); in test_lists()
825 check_string_list_value (keyfile, "valid", "key4", "v1;v2", NULL); in test_lists()
840 check_string_list_value (keyfile, "valid", "key1", "v1;v2", NULL); in test_lists()
841 check_string_list_value (keyfile, "valid", "key2", "v1;v2;", NULL); in test_lists()
842 check_string_list_value (keyfile, "valid", "key3", "v1", "v2", NULL); in test_lists()
862 check_string_list_value (keyfile, "group0", "key1", strings[0], strings[1], NULL); in test_lists_set_get()
[all …]