HomeSort by relevance Sort by last modified time
    Searched refs:n_chars (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/
unicode-encoding.c 195 gint n_chars; local
213 n_chars = bytes_written / 2;
216 n_chars--;
217 utf16_expected = g_new (gunichar2, n_chars + 1);
218 memcpy (utf16_expected, utf16_expected_tmp + 1, sizeof(gunichar2) * n_chars);
227 utf16_expected = g_new (gunichar2, n_chars + 1);
228 memcpy (utf16_expected, utf16_expected_tmp, sizeof(gunichar2) * n_chars);
231 utf16_expected[n_chars] = '\0';
  /external/bluetooth/glib/glib/
gutf8.c 840 gint n_chars, i; local
846 n_chars = 0;
852 ++n_chars;
860 ++n_chars;
864 result = g_new (gunichar, n_chars + 1);
867 for (i=0; i < n_chars; i++)
956 gint n_chars, i; local
960 n_chars = 0;
981 n_chars++;
986 result = g_new (gunichar, n_chars + 1)
    [all...]

Completed in 195 milliseconds