Searched refs:U16_SET_CP_LIMIT (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf16.h | 727 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
|
D | utf_old.h | 776 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) 1200 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf16.h | 728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 773 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) 1197 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf16.h | 728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 773 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) 1197 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf16.h | 728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 773 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) 1197 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 472 U16_SET_CP_LIMIT(input, 0, k, -1); in TestNulTerminated() 696 U16_SET_CP_LIMIT(input,0, setOffset, UPRV_LENGTHOF(input)); in TestSetChar()
|
/third_party/icu/icu4c/source/common/ |
D | unistr.cpp | 817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr.cpp | 817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 818 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
|
/third_party/icu/docs/userguide/strings/ |
D | index.md | 173 U16_SET_CP_START() and U16_SET_CP_LIMIT() (see utf.h) and the UnicodeString
|