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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h296 * the UTF8_APPEND_CHAR_SAFE macros would write the error code point 0xffff
417 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ macro
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h296 * the UTF8_APPEND_CHAR_SAFE macros would write the error code point 0xffff
417 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c933 UTF8_APPEND_CHAR_SAFE(str, offset, size, test[i+1]);
935 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
940 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed for count=%d. \nExpected:", count);
H A Dncnvtst.c705 UTF8_APPEND_CHAR_SAFE(utf8, offset8, MAX_LENGTH, currCh);
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c933 UTF8_APPEND_CHAR_SAFE(str, offset, size, test[i+1]);
935 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
940 log_err("ERROR: UTF8_APPEND_CHAR_SAFE failed for count=%d. \nExpected:", count);
H A Dncnvtst.c723 UTF8_APPEND_CHAR_SAFE(utf8, offset8, MAX_LENGTH, currCh);

Completed in 1339 milliseconds