Searched refs:U8_APPEND_UNSAFE (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 43 U8_APPEND_UNSAFE(buffer, j, c); in appendChange() 74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint()
|
D | utf_impl.cpp | 228 U8_APPEND_UNSAFE(s, offset, c); in utf8_appendCharSafeBody()
|
D | normalizer2impl.cpp | 159 U8_APPEND_UNSAFE(buffer, length, c); in appendCodePointDelta()
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 328 U8_APPEND_UNSAFE(utf8, length, c); in SpanUTF8() 374 U8_APPEND_UNSAFE(utf8, length, c); in SpanBackUTF8()
|
/external/icu/icu4c/source/tools/escapesrc/ |
D | escapesrc.cpp | 150 U8_APPEND_UNSAFE(s, i, ch); in appendUtf8()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 401 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ in testTrieUTF8() 412 U8_APPEND_UNSAFE(s, length, prevCP); in testTrieUTF8() 423 U8_APPEND_UNSAFE(s, length, c); in testTrieUTF8()
|
D | ucptrietest.c | 538 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ in testTrieUTF8() 550 U8_APPEND_UNSAFE(s, length, prevCP); in testTrieUTF8() 561 U8_APPEND_UNSAFE(s, length, c); in testTrieUTF8()
|
D | utf8tst.c | 1211 U8_APPEND_UNSAFE(buffer, length, c); in TestAppend()
|
D | ncnvtst.c | 721 U8_APPEND_UNSAFE(utf8, offset8, currCh); in TestRegressionUTF8()
|
D | ccapitst.c | 2473 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c); in getTestChar()
|
/external/icu/libandroidicu/include/unicode/ |
D | utf8.h | 421 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
|
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 421 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
|