Lines Matching refs:utf8_2
537 static const wchar_t utf8_2[] = { 0xD55C, 0xAD6D, 0xC5B4 };
828 DO(der_encode_utf8_string(utf8_2, sizeof(utf8_2) / sizeof(utf8_2[0]), utf8_buf, &x));
830 fprintf(stderr, "DER UTF8_2 encoded to %lu bytes\n", x);
837 if (y != (sizeof(utf8_2) / sizeof(utf8_2[0])) || memcmp(utf8_2, utf8_out, y * sizeof(wchar_t))) {
838 fprintf(stderr, "DER UTF8_2 decoded to %lu wchar_t\n", y);