Home | History | Annotate | Download | only in tests

Lines Matching refs:strings

14   char **strings;
40 strings = g_strsplit (buffer, "\t", -1);
42 locale = strings[0];
59 test = strings[1];
63 * is nonsense for multicharacter strings, it would make more sense
70 expected = strings[4][0] ? strings[4] : test;
80 expected = strings[2][0] ? strings[2] : test;
90 g_strfreev (strings);
112 strings = g_strsplit (buffer, "\t", -1);
114 test = strings[0];
117 if (strcmp (convert, strings[1]) != 0)
120 test, convert, strings[1]);
125 g_strfreev (strings);