Searched refs:CBU16_LENGTH (Results 1 – 2 of 2) sorted by relevance
94 if (CBU16_LENGTH(code_point) == 1) { in WriteUnicodeCharacter()
377 #define CBU16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro