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

/external/icu4c/common/unicode/
H A Dutf_old.h300 * the UTF8_APPEND_CHAR_SAFE macros would write the error code point 0xffff
421 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ macro
/external/icu4c/test/cintltst/
H A Dutf8tst.c757 UTF8_APPEND_CHAR_SAFE(str, offset, size, test[i+1]);
759 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
764 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed for count=%d. \nExpected:", count);
H A Dncnvtst.c724 UTF8_APPEND_CHAR_SAFE(utf8, offset8, MAX_LENGTH, currCh);

Completed in 50 milliseconds