Home
last modified time | relevance | path

Searched refs:newline_type (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/tests/
Ddata-input-stream.c41 test_read_lines (GDataStreamNewlineType newline_type) in test_read_lines() argument
68 g_data_input_stream_set_newline_type (G_DATA_INPUT_STREAM (stream), newline_type); in test_read_lines()
69 …ert_cmpint (g_data_input_stream_get_newline_type (G_DATA_INPUT_STREAM (stream)), ==, newline_type); in test_read_lines()
75 g_strconcat (lines[i], endl[newline_type], NULL), -1, NULL); in test_read_lines()
Ddata-output-stream.c33 test_read_lines (GDataStreamNewlineType newline_type) in test_read_lines() argument
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1); in test_read_lines()
60 char *s = g_strconcat (TEST_STRING, endl[newline_type], NULL); in test_read_lines()
/external/tesseract/ccmain/
Doutput.h61 char newline_type, //type of newline
67 char newline_type //type of newline
Doutput.cpp198 char newline_type, //type of newline in write_results() argument
293 ep_chars[ep_chars_index++] = newline_type; in write_results()
321 if (newline_type) in write_results()
340 if (newline_type || in write_results()
414 ep_choice = make_epaper_choice (word, newline_type); in write_results()
433 char newline_type //type of newline
520 if (newline_type)
522 word_string[index++] = newline_type;
Dtesseractclass.h173 char newline_type, //type of newline
/external/bluetooth/glib/gio/
Dgdatainputstream.c48 GDataStreamNewlineType newline_type; member
162 g_value_set_enum (value, priv->newline_type); in g_data_input_stream_get_property()
179 stream->priv->newline_type = G_DATA_STREAM_NEWLINE_TYPE_LF; in g_data_input_stream_init()
269 if (priv->newline_type != type) in g_data_input_stream_set_newline_type()
271 priv->newline_type = type; in g_data_input_stream_set_newline_type()
290 return stream->priv->newline_type; in g_data_input_stream_get_newline_type()
665 switch (priv->newline_type) in scan_for_newline()