Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c291 = toupper (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]); in build_wcs_upper_buffer()
302 ((const char *) pstr->raw_mbs + pstr->raw_mbs_idx in build_wcs_upper_buffer()
323 pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx, mbclen); in build_wcs_upper_buffer()
364 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i]; in build_wcs_upper_buffer()
447 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + src_idx]; in build_wcs_upper_buffer()
560 int offset = idx - pstr->raw_mbs_idx; in re_string_reconstruct()
571 pstr->raw_mbs_idx = 0; in re_string_reconstruct()
633 raw = pstr->raw_mbs + pstr->raw_mbs_idx; in re_string_reconstruct()
711 pstr->raw_mbs_idx = idx; in re_string_reconstruct()
766 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off]; in internal_function()
[all …]
A Dregex_internal.h291 int raw_mbs_idx; member
A Dregexec.c708 unsigned int offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal()
716 offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat445 smaller than raw_mbs_idx.

Completed in 16 milliseconds