Home
last modified time | relevance | path

Searched refs:U8_APPEND (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dutf8.h459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h458 #define U8_APPEND(s, i, capacity, c, isError) { \ macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h459 #define U8_APPEND(s, i, capacity, c, isError) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp336 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c1224 U8_APPEND(buffer, length, UPRV_LENGTHOF(buffer), c, isError); in TestAppend()
/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp1053 U8_APPEND(bufForOneChar, destIdx, (int32_t)sizeof(bufForOneChar), c, isError); in writeStringInU8()