Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dunicode.h21 static ossl_unused ossl_inline int is_unicode_surrogate(unsigned long value) in is_unicode_surrogate() function
28 return value <= UNICODE_MAX && !is_unicode_surrogate(value); in is_unicode_valid()
/openssl/crypto/asn1/
H A Da_utf8.c62 if (is_unicode_surrogate(value)) in UTF8_getc()
114 if (is_unicode_surrogate(value)) in UTF8_putc()

Completed in 7 milliseconds