Home
last modified time | relevance | path

Searched refs:U8_APPEND_UNSAFE (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp324 U8_APPEND_UNSAFE(utf8, length, c); in SpanUTF8()
370 U8_APPEND_UNSAFE(utf8, length, c); in SpanBackUTF8()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c393 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ in testTrieUTF8()
397 U8_APPEND_UNSAFE(s, length, prevCP); in testTrieUTF8()
401 U8_APPEND_UNSAFE(s, length, c); in testTrieUTF8()
Dutf8tst.c1010 U8_APPEND_UNSAFE(buffer, length, c); in TestAppend()
Dccapitst.c2470 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c); in getTestChar()
/external/icu/icu4c/source/common/unicode/
Dutf8.h433 #define U8_APPEND_UNSAFE(s, i, c) { \ macro