Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c1240 size_t len, int *offset_buffer,
1244 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1267 offset_buffer[0] = 0; in convert_mbs_to_wcs()
1294 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1299 offset_buffer[i] = mb_count + 1; in convert_mbs_to_wcs()
5487 count_mbs_length(int *offset_buffer, int length) in count_mbs_length() argument
5495 if (offset_buffer == NULL) in count_mbs_length()
5500 if (offset_buffer[length] == length) in count_mbs_length()
5512 if (offset_buffer[middle] > length) in count_mbs_length()
5514 else if (offset_buffer[middle] < length) in count_mbs_length()