Lines Matching refs:gunichar2
60 utf16_equal (gunichar2 *a, gunichar2 *b) in utf16_equal()
72 utf16_count (gunichar2 *a) in utf16_count()
210 gunichar2 *utf16_expected_tmp; in process()
211 gunichar2 *utf16_expected; in process()
212 gunichar2 *utf16_from_utf8; in process()
213 gunichar2 *utf16_from_ucs4; in process()
225 if (!(utf16_expected_tmp = (gunichar2 *)g_convert (utf8, -1, TARGET, "UTF-8", in process()
238 utf16_expected = g_new (gunichar2, n_chars + 1); in process()
239 memcpy (utf16_expected, utf16_expected_tmp + 1, sizeof(gunichar2) * n_chars); in process()
248 utf16_expected = g_new (gunichar2, n_chars + 1); in process()
249 memcpy (utf16_expected, utf16_expected_tmp, sizeof(gunichar2) * n_chars); in process()