Home
last modified time | relevance | path

Searched refs:U8_TRUNCATE_IF_INCOMPLETE (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dutf8.h639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) \ macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h639 #define U8_TRUNCATE_IF_INCOMPLETE(s, start, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/common/
Ducnv_u8.cpp711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
/third_party/node/deps/icu-small/source/common/
Ducnv_u8.cpp711 U8_TRUNCATE_IF_INCOMPLETE(source, 0, length); in ucnv_UTF8FromUTF8()
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c997 U8_TRUNCATE_IF_INCOMPLETE(s, 0, adjusted); in TestTruncateIfIncomplete()