Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.c220 Idx byte_idx, end_idx, remain_len; in build_wcs_buffer() local
226 for (byte_idx = pstr->valid_len; byte_idx < end_idx;) in build_wcs_buffer()
231 remain_len = end_idx - byte_idx; in build_wcs_buffer()
284 Idx src_idx, byte_idx, end_idx, remain_len; in build_wcs_upper_buffer() local
300 while (byte_idx < end_idx) in build_wcs_upper_buffer()
319 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer()
371 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;) in build_wcs_upper_buffer()
376 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer()
438 end_idx = (pstr->bufs_len > pstr->len) in build_wcs_upper_buffer()
541 Idx char_idx, end_idx; in build_upper_buffer() local
[all …]

Completed in 7 milliseconds