Searched refs:U8_SET_CP_LIMIT (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 529 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
D | utf_old.h | 532 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 529 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 529 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 537 U8_SET_CP_LIMIT(input, 0, k, -1); in TestNulTerminated() 893 U8_SET_CP_LIMIT(input,0, setOffset, (int32_t)sizeof(input)); in TestSetChar()
|