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

  /external/chromium/third_party/icu/public/common/unicode/
utf_old.h 663 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \
    [all...]
  /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);
  /external/chromium/third_party/icu/source/test/cintltst/
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);
ncnvtst.c     [all...]

Completed in 127 milliseconds