Searched refs:collseq (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch_loop.c | 37 const char *collseq = (const char *) in FCT() local 40 const UCHAR *collseq = (const UCHAR *) in FCT() local 619 fcollseq = __collseq_table_lookup (collseq, fn); in FCT() 629 lcollseq = __collseq_table_lookup (collseq, cold); in FCT() 631 fcollseq = collseq[fn]; in FCT() 632 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT() 791 __collseq_table_lookup (collseq, cend); in FCT() 803 hcollseq = collseq[cend]; in FCT()
|
| D | regexec.c | 3965 const unsigned char *collseq = (const unsigned char *) in find_collation_sequence_value() local 3967 return collseq[mbs[0]]; in find_collation_sequence_value()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | convert.c | 39 const char *collseq = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in string_urandomb() local 51 memset (bp, collseq[d], l); in string_urandomb()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|