Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dut8_rtl.c130 memSizeType stri_pos; in read_utf8_string() local
135 for (stri_pos = 0, chars_missing = stri->size; in read_utf8_string()
139 stri_pos += state.chars_read, chars_missing -= state.chars_read) { in read_utf8_string()
142 if (bytes_in_buffer == 0 && stri_pos == 0 && ferror(inFile)) { in read_utf8_string()
149 bytes_to_strelements(buffer, bytes_in_buffer, &stri->mem[stri_pos], in read_utf8_string()
155 stri_pos += state.chars_read, chars_missing -= state.chars_read) { in read_utf8_string()
158 if (bytes_in_buffer == 0 && stri_pos == 0 && ferror(inFile)) { in read_utf8_string()
168 bytes_to_strelements(buffer, bytes_in_buffer, &stri->mem[stri_pos], in read_utf8_string()
172 return stri_pos; in read_utf8_string()
H A Dstr_rtl.c1461 const strElemType *stri_pos; local
1483 memcpy(stri_pos, old_pos, (memSizeType) (curr_pos - old_pos));
1484 stri_pos += curr_pos - old_pos;
1488 *stri_pos = *curr_pos;
1489 stri_pos++;