Searched refs:U8_GET (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 259 #define U8_GET(s, start, i, length, c) { \ macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 271 U8_GET(input, 0, offset, sizeof(input), c); in TestGetChar() 526 U8_GET(input, 0, j, -1, c2); in TestNulTerminated()
|