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

/external/icu/icu4c/source/common/unicode/
H A Dutf8.h794 * @see U8_SET_CP_LIMIT
819 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
H A Dutf_old.h497 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */
498 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c466 /* U8_SET_CP_LIMIT moves from a non-lead byte to the limit of the code point */
468 U8_SET_CP_LIMIT(input, 0, k, -1);
470 log_err("U8_NEXT() moved to %d but U8_SET_CP_LIMIT(%d) moved to %d\n", i, j+1, k);
754 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input));
756 log_err("ERROR: U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset);

Completed in 1154 milliseconds