Lines Matching refs:cp_932
10 int cp_932[16]; member
53 static int mappings_add(struct mappings *map, int cp_uni, int cp_932) in mappings_add() argument
102 if (entry->n >= sizeof(entry->cp_932) / sizeof(*entry->cp_932)) in mappings_add()
104 entry->cp_932[entry->n++] = cp_932; in mappings_add()
222 const int c = entry->cp_932[i]; in to_cp932_visitor()
255 const int c = entry->cp_932[i]; in from_cp932_visitor()
295 const int c = entry->cp_932[i]; in to_cp50220_visitor()
349 const int c = entry->cp_932[i]; in to_cp50222_visitor()
412 int cp_932, cp_uni; in main() local
462 cp_932 = strtol(fields[0], NULL, 0); in main()
475 if (mappings_add(&map, cp_uni, cp_932)) { in main()