Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF16_CHAR_LENGTH

545 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
559 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
1028 * Same as UTF16_CHAR_LENGTH.