Searched refs:U8_APPEND_UNSAFE (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 324 U8_APPEND_UNSAFE(utf8, length, c); in SpanUTF8() 370 U8_APPEND_UNSAFE(utf8, length, c); in SpanBackUTF8()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 393 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()
|
D | utf8tst.c | 1010 U8_APPEND_UNSAFE(buffer, length, c); in TestAppend()
|
D | ccapitst.c | 2470 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c); in getTestChar()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 433 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
|