Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c4379 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local
4393 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range()
4395 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range()
4452 const unsigned char *collseq; in byte_compile_range() local
4470 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range()
4473 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range()
4474 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range()
4477 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range()
6480 const char *collseq = (const char *) in wcs_re_match_2_internal() local
6483 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()