Searched refs:krb5int_utf8_to_ucs4 (Results 1 – 7 of 7) sorted by relevance
137 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()
96 krb5int_utf8_to_ucs4
102 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out) in krb5int_utf8_to_ucs4() function
181 if (krb5int_utf8_to_ucs4(s1 + i, &ucs[ulen]) == -1) { in krb5int_utf8_normcmp()203 if (krb5int_utf8_to_ucs4(s2 + i, &ucs[ulen]) == -1) { in krb5int_utf8_normcmp()
76 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out);
98 krb5int_utf8_to_ucs4;
125 krb5int_utf8_to_ucs4(data_in, &u); in fuzz_utf8()