Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dut8_rtl.c67 memSizeType chars_there; member
92 state->chars_there = 1; in bytes_to_strelements()
105 state->chars_there = 0; in bytes_to_strelements()
136 chars_missing >= BUFFER_SIZE - state.bytes_missing + state.chars_there && in read_utf8_string()
137 (state.chars_read > 0 || state.chars_there) && in read_utf8_string()
153 for (; chars_missing > 0 && (state.chars_read > 0 || state.chars_there) && in read_utf8_string()
157 chars_missing - state.chars_there + state.bytes_missing, inFile); in read_utf8_string()
160 chars_missing - state.chars_there + state.bytes_missing, in read_utf8_string()
211 (state.chars_read > 0 || state.chars_there) && in read_and_alloc_utf8_stri()
240 for (; chars_missing > 0 && (state.chars_read > 0 || state.chars_there) && in read_and_alloc_utf8_stri()
[all …]