Home
last modified time | relevance | path

Searched refs:U16_GET_OR_FFFD (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h240 #define U16_GET_OR_FFFD(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutf16.h240 #define U16_GET_OR_FFFD(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/common/unicode/
Dutf16.h240 #define U16_GET_OR_FFFD(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/test/cintltst/
Dutf16tst.c211 U16_GET_OR_FFFD(input, 0, offset, UPRV_LENGTHOF(input), c); in TestGetChar()
466 U16_GET_OR_FFFD(input, 0, j, -1, c2); in TestNulTerminated()