Searched refs:UTF16_CHAR_LENGTH (Results 1 – 3 of 3) sorted by relevance
577 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro
130 UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || in TestCharLength()