Searched refs:read_char (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp36 static char read_char(BDataIO &stream, bool endOfFileAllowed = false);
44 read_char(BDataIO &stream, bool endOfFileAllowed) function
69 digit = read_char(stream);
85 digit = read_char(stream);
297 first = read_char(stream);
302 last = read_char(stream);
535 c = read_char(stream);
540 last = read_char(stream);
565 c = read_char(stream);
618 first = read_char(strea
[all...]

Completed in 46 milliseconds