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

  /external/icu4c/common/
utf_impl.c 237 UTF8_APPEND_CHAR_UNSAFE(s, offset, c);
  /external/icu4c/common/unicode/
utf_old.h 370 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 743 UTF8_APPEND_CHAR_UNSAFE(str, offset, test[i+1]);
745 log_err("ERROR: UTF8_APPEND_CHAR_UNSAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
750 log_err("ERROR: UTF8_APPEND_CHAR_UNSAFE failed for count=%d. \nExpected:", count);
    [all...]

Completed in 31 milliseconds