Searched refs:UTF8_CHAR_LENGTH (Results 1 – 2 of 2) sorted by relevance
147 if(UTF8_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){ in TestCharLength()148 …rr("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF8_CHAR_LENGTH(c)); in TestCharLength()150 log_verbose("The no: of code units for %lx is %d\n",c, UTF8_CHAR_LENGTH(c)); in TestCharLength()
304 # define UTF8_CHAR_LENGTH(c) \ macro311 # define UTF8_CHAR_LENGTH(c) \ macro