Searched defs:UTF8_COUNT_TRAIL_BYTES (Results 1 – 2 of 2) sorted by relevance
308 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) macro