Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbytesinkutil.cpp43 U8_APPEND_UNSAFE(buffer, j, c); in appendChange()
74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint()
Dutf_impl.cpp228 U8_APPEND_UNSAFE(s, offset, c); in utf8_appendCharSafeBody()
Dnormalizer2impl.cpp159 U8_APPEND_UNSAFE(buffer, length, c); in appendCodePointDelta()
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp328 U8_APPEND_UNSAFE(utf8, length, c); in SpanUTF8()
374 U8_APPEND_UNSAFE(utf8, length, c); in SpanBackUTF8()
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp150 U8_APPEND_UNSAFE(s, i, ch); in appendUtf8()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c401 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()
Ducptrietest.c538 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()
Dutf8tst.c1211 U8_APPEND_UNSAFE(buffer, length, c); in TestAppend()
Dncnvtst.c721 U8_APPEND_UNSAFE(utf8, offset8, currCh); in TestRegressionUTF8()
Dccapitst.c2473 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c); in getTestChar()
/external/icu/libandroidicu/include/unicode/
Dutf8.h421 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
/external/icu/icu4c/source/common/unicode/
Dutf8.h421 #define U8_APPEND_UNSAFE(s, i, c) { \ macro