Home
last modified time | relevance | path

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/
Dutf16.h727 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
Dutf_old.h776 #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/
Dutf16.h728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h773 #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/
Dutf16.h728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h773 #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/
Dutf16.h728 #define U16_SET_CP_LIMIT(s, start, i, length) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h773 #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/
Dutf16tst.c472 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/
Dunistr.cpp817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr.cpp818 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp817 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
/third_party/icu/docs/userguide/strings/
Dindex.md173 U16_SET_CP_START() and U16_SET_CP_LIMIT() (see utf.h) and the UnicodeString