Home
last modified time | relevance | path

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) in read_char() function
69 digit = read_char(stream); in parse_integer()
85 digit = read_char(stream); in parse_integer()
297 first = read_char(stream); in Parse()
302 last = read_char(stream); in Parse()
535 c = read_char(stream); in Parse()
540 last = read_char(stream); in Parse()
565 c = read_char(stream); in Parse()
618 first = read_char(stream); in Parse()
[all …]