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

  /external/icu4c/tools/dumpce/
dumpce.cpp 384 UTF16_APPEND_CHAR_UNSAFE(str, strlen, codepoint);
1011 UTF16_APPEND_CHAR_UNSAFE(scriptelem[count].ch,
1018 UTF16_APPEND_CHAR_UNSAFE(scriptelem[count].ch,
1045 UTF16_APPEND_CHAR_UNSAFE(scriptelem[count].ch,
    [all...]
  /external/icu4c/common/unicode/
utf_old.h 611 #define UTF16_APPEND_CHAR_UNSAFE(s, i, c) { \
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 623 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
  /external/icu4c/test/cintltst/
utf16tst.c 610 UTF16_APPEND_CHAR_UNSAFE(str, offset, test[i+1]);
612 log_err("ERROR: UTF16_APPEND_CHAR_UNSAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
617 log_err("ERROR: UTF16_APPEND_CHAR_UNSAFE failed for count=%d. Expected:", count);
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 55 milliseconds