HomeSort by relevance Sort by last modified time
    Searched full:newline_type (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/tests/
data-input-stream.c 41 test_read_lines (GDataStreamNewlineType newline_type)
68 g_data_input_stream_set_newline_type (G_DATA_INPUT_STREAM (stream), newline_type); local
69 g_assert_cmpint (g_data_input_stream_get_newline_type (G_DATA_INPUT_STREAM (stream)), ==, newline_type); local
75 g_strconcat (lines[i], endl[newline_type], NULL), -1, NULL);
data-output-stream.c 33 test_read_lines (GDataStreamNewlineType newline_type)
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1);
60 char *s = g_strconcat (TEST_STRING, endl[newline_type], NULL);
  /external/bluetooth/glib/gio/
gdatainputstream.c 48 GDataStreamNewlineType newline_type; member in struct:_GDataInputStreamPrivate
162 g_value_set_enum (value, priv->newline_type);
179 stream->priv->newline_type = G_DATA_STREAM_NEWLINE_TYPE_LF;
269 if (priv->newline_type != type)
271 priv->newline_type = type;
290 return stream->priv->newline_type;
665 switch (priv->newline_type)
    [all...]

Completed in 81 milliseconds