Home
last modified time | relevance | path

Searched refs:UTF8_CHAR_LENGTH (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c147 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()
/external/icu/icu4c/source/common/unicode/
Dutf_old.h304 # define UTF8_CHAR_LENGTH(c) \ macro
311 # define UTF8_CHAR_LENGTH(c) \ macro