Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h239 #define U16_GET_OR_FFFD(s, start, i, length, c) { \ 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/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/test/cintltst/
Dutf16tst.c210 U16_GET_OR_FFFD(input, 0, offset, UPRV_LENGTHOF(input), c); in TestGetChar()
465 U16_GET_OR_FFFD(input, 0, j, -1, c2); in TestNulTerminated()