Searched refs:start_collseq (Results 1 – 1 of 1) sorted by relevance
2828 uint32_t start_collseq; in parse_bracket_exp() local2838 start_collseq = lookup_collation_sequence_value (start_elem); in parse_bracket_exp()2841 if (BE (start_collseq == UINT_MAX || end_collseq == UINT_MAX, 0)) in parse_bracket_exp()2843 if (BE ((syntax & REG_NO_EMPTY_RANGES) && start_collseq > end_collseq, 0)) in parse_bracket_exp()2874 mbcset->range_starts[mbcset->nranges] = start_collseq; in parse_bracket_exp()2889 if (start_collseq <= ch_collseq && ch_collseq <= end_collseq) in parse_bracket_exp()