Searched refs:U8_APPEND (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 458 #define U8_APPEND(s, i, capacity, c, isError) { \ macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | wrtxml.cpp | 336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 1224 U8_APPEND(buffer, length, UPRV_LENGTHOF(buffer), c, isError); in TestAppend()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 1053 U8_APPEND(bufForOneChar, destIdx, (int32_t)sizeof(bufForOneChar), c, isError); in writeStringInU8()
|