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

  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 324 U8_APPEND_UNSAFE(utf8, length, c);
370 U8_APPEND_UNSAFE(utf8, length, c);
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 393 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */
397 U8_APPEND_UNSAFE(s, length, prevCP);
401 U8_APPEND_UNSAFE(s, length, c);
    [all...]
utf8tst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
utf8.h 433 #define U8_APPEND_UNSAFE(s, i, c) { \
466 * @see U8_APPEND_UNSAFE

Completed in 822 milliseconds