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

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

Completed in 971 milliseconds