HomeSort by relevance Sort by last modified time
    Searched refs:UTF8_APPEND_CHAR_SAFE (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/unicode/
utf_old.h 300 * the UTF8_APPEND_CHAR_SAFE macros would write the error code point 0xffff
421 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 757 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);
    [all...]
ncnvtst.c     [all...]

Completed in 28 milliseconds