Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c199 char buf_uni[32], buf_cp932[8]; in to_cp932_visitor() local
225 sprintf(buf_cp932, "%%%02x%%%02x", (c >> 8) & 0xff, c & 0xff); in to_cp932_visitor()
228 sprintf(buf_cp932, "%%%02x", c); in to_cp932_visitor()
230 printf(" \"%s (%d)\\r\\n\" { pass $test }\n", buf_cp932, len); in to_cp932_visitor()
238 char buf_uni[32], buf_cp932[8]; in from_cp932_visitor() local
257 sprintf(buf_cp932, "\\x%02x\\x%02x", (c >> 8) & 0xff, c & 0xff); in from_cp932_visitor()
259 sprintf(buf_cp932, "\\x%02x", c); in from_cp932_visitor()
266 entry->cp_uni, buf_cp932, buf_uni, len); in from_cp932_visitor()

Completed in 6 milliseconds