Home
last modified time | relevance | path

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

/external/icing/icing/util/
Di18n-utils.cc117 bool IsAscii(UChar32 c) { return U8_LENGTH(c) == 1; } in IsAscii()
121 int GetUtf8Length(UChar32 c) { return U8_LENGTH(c); } in GetUtf8Length()
136 *char_len_out = U8_LENGTH(c); in IsPunctuationAt()
/external/cronet/third_party/icu/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/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/cronet/third_party/icu/source/i18n/
Dutf8collationiterator.cpp282 pos -= U8_LENGTH(c); in nextCodePoint()
320 pos += U8_LENGTH(c); in previousCodePoint()
/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.c194 U8_LENGTH(c) != (uint16_t)codepoint[i]) { in TestCharLength()
195 … log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], U8_LENGTH(c)); in TestCharLength()
197 log_verbose("The no: of code units for %lx is %d\n",c, U8_LENGTH(c)); in TestCharLength()
/external/cronet/third_party/icu/source/test/cintltst/
Dutf8tst.c194 U8_LENGTH(c) != (uint16_t)codepoint[i]) { in TestCharLength()
195 … log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], U8_LENGTH(c)); in TestCharLength()
197 log_verbose("The no: of code units for %lx is %d\n",c, U8_LENGTH(c)); in TestCharLength()
/external/cronet/third_party/icu/source/tools/escapesrc/
Descapesrc.cpp142 uint8_t bytesNeeded = U8_LENGTH(ch); in appendUtf8()
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp142 uint8_t bytesNeeded = U8_LENGTH(ch); in appendUtf8()
/external/icu/libicu/ndk_headers/unicode/
Dutf8.h161 #define U8_LENGTH(c) \ macro
/external/icu/libicu/cts_headers/unicode/
Dutf8.h199 #define U8_LENGTH(c) \ macro
/external/icu/libandroidicu/include/unicode/
Dutf8.h199 #define U8_LENGTH(c) \ macro
/external/cronet/third_party/icu/source/common/unicode/
Dutf8.h199 #define U8_LENGTH(c) \ macro
/external/icu/icu4c/source/common/unicode/
Dutf8.h199 #define U8_LENGTH(c) \ macro
/external/cronet/third_party/icu/source/tools/genrb/
Dwrtxml.cpp268 if((destLen+U8_LENGTH(c)) < destCap){ in convertAndEscape()
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp268 if((destLen+U8_LENGTH(c)) < destCap){ in convertAndEscape()