Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dutf8tst.c139 if(UTF8_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){ in TestCharLength()
140 …rr("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF8_CHAR_LENGTH(c)); in TestCharLength()
142 log_verbose("The no: of code units for %lx is %d\n",c, UTF8_CHAR_LENGTH(c) ); in TestCharLength()
/external/icu4c/common/unicode/
Dutf_old.h308 # define UTF8_CHAR_LENGTH(c) \ macro
315 # define UTF8_CHAR_LENGTH(c) \ macro
/external/icu4c/tools/genrb/
Dwrtxml.cpp254 if((destLen+UTF8_CHAR_LENGTH(c)) < destCap){ in convertAndEscape()