Searched defs:UTF16_CHAR_LENGTH (Results 1 – 12 of 12) sorted by relevance
574 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro