Searched refs:U8_SET_CP_LIMIT (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf8.h597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf8.h597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf8.h597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf8.h597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/icu4c/common/unicode/
H A Dutf8.h653 * @see U8_SET_CP_LIMIT
676 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
H A Dutf_old.h499 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */
500 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
/external/icu4c/test/cintltst/
H A Dutf8tst.c621 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input));
623 log_err("ERROR: U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset);

Completed in 61 milliseconds