Searched refs:high4 (Results 1 – 1 of 1) sorted by relevance
127 test_decode(struct testcase *t, int high4) in test_decode() argument137 if ((t->len == 0 || high4) && krb5int_utf8_to_ucs4(t->p, &u) != -1) { in test_decode()141 if (krb5int_utf8_to_ucs4(t->p, &u) != 0 && t->ucs != 0 && !high4) { in test_decode()145 if (t->ucs != u && !high4) { in test_decode()154 test_encode(struct testcase *t, int high4) in test_encode() argument161 if (high4 && size != 0) { in test_encode()165 if (!high4 && size == 0) { in test_encode()188 int high4; in main() local197 high4 = t->ucs > 0x10ffff; in main()199 high4 = 0; in main()[all …]