Searched refs:UTF8_TOP_N (Results 1 – 1 of 1) sorted by relevance
39 #define UTF8_TOP_N(n) \ macro71 (((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 */