Home
last modified time | relevance | path

Searched refs:U8_LENGTH (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dustrtrns.cpp867 length = U8_LENGTH(ch); in u_strToUTF8WithSub()
888 reqLength+=U8_LENGTH(subchar); in u_strToUTF8WithSub()
1009 length = U8_LENGTH(ch); in u_strToUTF8WithSub()
1031 reqLength+=U8_LENGTH(subchar); in u_strToUTF8WithSub()
/external/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp282 pos -= U8_LENGTH(c); in nextCodePoint()
320 pos += U8_LENGTH(c); in previousCodePoint()
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c192 U8_LENGTH(c) != (uint16_t)codepoint[i]) { in TestCharLength()
193 … log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], U8_LENGTH(c)); in TestCharLength()
195 log_verbose("The no: of code units for %lx is %d\n",c, U8_LENGTH(c)); in TestCharLength()
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp142 uint8_t bytesNeeded = U8_LENGTH(ch); in appendUtf8()
/external/icu/libandroidicu/include/unicode/
Dutf8.h198 #define U8_LENGTH(c) \ macro
/external/icu/icu4c/source/common/unicode/
Dutf8.h198 #define U8_LENGTH(c) \ macro
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp268 if((destLen+U8_LENGTH(c)) < destCap){ in convertAndEscape()