Searched defs:U16_LENGTH (Results 1 – 4 of 4) sorted by relevance
141 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
143 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro