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

  /external/icu4c/common/unicode/
utf_old.h 663 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
utf16tst.c 626 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]);
628 log_err("ERROR: UTF16_APPEND_CHAR_SAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
633 log_err("ERROR: UTF16_APPEND_CHAR_SAFE failed for count=%d. Expected:", count);

Completed in 49 milliseconds