Searched defs:U8_NEXT_OR_FFFD (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 377 #define U8_NEXT_OR_FFFD(s, i, length, c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, 0xfffd) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 378 #define U8_NEXT_OR_FFFD(s, i, length, c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, 0xfffd) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 378 #define U8_NEXT_OR_FFFD(s, i, length, c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, 0xfffd) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 378 #define U8_NEXT_OR_FFFD(s, i, length, c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, 0xfffd) macro
|