Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c10 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()
[all …]

Completed in 7 milliseconds