Searched refs:U8_LENGTH (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp281 // and we can use U8_LENGTH() rather than a previous-position variable.
282 pos -= U8_LENGTH(c);
319 // and we can use U8_LENGTH() rather than a previous-position variable.
320 pos += U8_LENGTH(c);
/external/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp128 uint8_t bytesNeeded = U8_LENGTH(ch);
/external/icu/icu4c/source/common/
H A Dustrtrns.cpp867 length = U8_LENGTH(ch);
888 reqLength+=U8_LENGTH(subchar);
1009 length = U8_LENGTH(ch);
1031 reqLength+=U8_LENGTH(subchar);
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c190 U8_LENGTH(c) != (uint16_t)codepoint[i]) {
191 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], U8_LENGTH(c));
193 log_verbose("The no: of code units for %lx is %d\n",c, U8_LENGTH(c));
/external/icu/icu4c/source/common/unicode/
H A Dutf8.h198 #define U8_LENGTH(c) \ macro
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp268 if((destLen+U8_LENGTH(c)) < destCap){

Completed in 251 milliseconds