Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c187 pstr->raw_stop = pstr->stop; in re_string_construct_common()
427 if (pstr->raw_stop > src_idx) in build_wcs_upper_buffer()
589 pstr->stop = pstr->raw_stop; in re_string_reconstruct()
646 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
699 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
Dregex_internal.h395 Idx raw_stop; member
Dregexec.c711 mctx.input.raw_stop = stop; in re_search_internal()