Searched refs:U8_TRUNCATE_IF_INCOMPLETE (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) \ macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_u8.cpp | 711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_u8.cpp | 711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_u8.cpp | 711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u8.cpp | 711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 997 U8_TRUNCATE_IF_INCOMPLETE(s, 0, adjusted); in TestTruncateIfIncomplete()
|