Searched defs:UTF8_TOP_N (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_type.c39 #define UTF8_TOP_N(n) \ macro
71 (((c) & UTF8_TOP_N(1)) == 0) /* 0xxxxxxx */
74 (((c) & UTF8_TOP_N((n) + 1)) == UTF8_TOP_N(n))
80 (((c) & UTF8_TOP_N(2)) == UTF8_TOP_N(1)) /* 10xxxxxx */

Completed in 17 milliseconds