Searched refs:start_collseq (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c2891 uint32_t start_collseq;
2901 start_collseq = lookup_collation_sequence_value (start_elem);
2904 if (BE (start_collseq == UINT_MAX || end_collseq == UINT_MAX, 0))
2906 if (BE ((syntax & RE_NO_EMPTY_RANGES) && start_collseq > end_collseq, 0))
2938 mbcset->range_starts[mbcset->nranges] = start_collseq;
2953 if (start_collseq <= ch_collseq && ch_collseq <= end_collseq)
2882 uint32_t start_collseq; local

Completed in 116 milliseconds