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

  /external/icu4c/common/unicode/
utf_old.h 339 UTF8_NEXT_CHAR_UNSAFE(s, _utf8_get_char_unsafe_index, c); \
350 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 614 UTF8_NEXT_CHAR_UNSAFE(bytes, i, cp);
  /external/icu4c/test/cintltst/
utf8tst.c 276 UTF8_NEXT_CHAR_UNSAFE(input, setOffset, c);
278 log_err("ERROR: UTF8_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
282 log_err("ERROR: UTF8_NEXT_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 45 milliseconds