Searched refs:UNICODE_MAX (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dunicode.h17 UNICODE_MAX = 0x10ffffUL, enumerator in enum:__anon448
28 return value <= UNICODE_MAX && !is_unicode_surrogate(value);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c133 #define UNICODE_MAX 0x10FFFF macro
2412 if (wc > UNICODE_MAX)
2498 if (uc > UNICODE_MAX)
2588 if (IS_SURROGATE_PAIR_LA(uc) || uc > UNICODE_MAX) {

Completed in 117 milliseconds