Searched refs:char_table (Results 1 – 6 of 6) sorted by relevance
/locale/programs/ |
A D | repertoire.h | 30 hash_table char_table; member
|
A D | charmap.h | 49 hash_table char_table; member
|
A D | repertoire.c | 135 if (init_hash (&result->char_table, 256) in repertoire_read() 276 repertoire_new_char (repfile, &result->char_table, in repertoire_read() 486 if (find_entry ((hash_table *) &rep->char_table, name, len, &result) < 0) in repertoire_find_value()
|
A D | charmap.c | 300 if (init_hash (&result->char_table, 256) in parse_charmap() 927 return (find_entry ((hash_table *) &cm->char_table, name, len, &result) in charmap_find_value() 938 hash_table *ht = &cm->char_table; in charmap_new_char()
|
A D | ld-collate.c | 426 if (find_entry (&charmap->char_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 434 && (find_entry (&repertoire->char_table, symbol, symbol_len, &ignore) in check_duplicate()
|
A D | ld-ctype.c | 716 while (iterate_table (&charmap->char_table, &curs, &key, &len, &vdata) == 0) in ctype_finish() 3768 while (iterate_table (&charmap->char_table, &curs, &key, &len, &vdata) == 0) in allocate_arrays()
|
Completed in 20 milliseconds