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

  /external/bluetooth/glib/gio/
gioenums.h 71 * @G_DATA_STREAM_NEWLINE_TYPE_CR_LF: Selects "CR, LF" line ending, common on Microsoft Windows.
79 G_DATA_STREAM_NEWLINE_TYPE_CR_LF,
gdatainputstream.c 681 case G_DATA_STREAM_NEWLINE_TYPE_CR_LF:
    [all...]
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 117 test_read_lines (G_DATA_STREAM_NEWLINE_TYPE_CR_LF);
data-output-stream.c 99 test_read_lines (G_DATA_STREAM_NEWLINE_TYPE_CR_LF);

Completed in 298 milliseconds