Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c4370 uint32_t start_val, end_val; in wcs_compile_range() local
4395 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range()
4400 && (start_val > end_val))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()
4405 *(b - char_set[5] - 1) = (wchar_t)end_val; in wcs_compile_range()
6487 uint32_t start_val, end_val; in wcs_re_match_2_internal() local
6492 end_val = (uint32_t) *workp++; /* range_end */ in wcs_re_match_2_internal()
6494 if (start_val <= collseqval && collseqval <= end_val) in wcs_re_match_2_internal()