Searched refs:U16_SET_CP_LIMIT (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf16.h584 * @see U16_SET_CP_LIMIT
608 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
H A Dutf_old.h743 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
744 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
993 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
1166 * @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h.
1168 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
H A Dunistr.h142 * (or, in C, the equivalent macros U16_SET_CP_START() and U16_SET_CP_LIMIT(), see utf.h).</p>
1278 * @see U16_SET_CP_LIMIT
4187 U16_SET_CP_LIMIT(array, 0, offset, len);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf16.h575 * @see U16_SET_CP_LIMIT
599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf16.h575 * @see U16_SET_CP_LIMIT
599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf16.h575 * @see U16_SET_CP_LIMIT
599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf16.h575 * @see U16_SET_CP_LIMIT
599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/icu4c/test/cintltst/
H A Dutf16tst.c538 U16_SET_CP_LIMIT(input,0, setOffset, sizeof(input)/U_SIZEOF_UCHAR);

Completed in 228 milliseconds