Home
last modified time | relevance | path

Searched refs:UTF_APPEND_CHAR_UNSAFE (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/common/
Dubidiwrt.c91 UTF_APPEND_CHAR_UNSAFE(dest, j, c); in doWriteForward()
145 UTF_APPEND_CHAR_UNSAFE(dest, j, c); in doWriteForward()
296 UTF_APPEND_CHAR_UNSAFE(dest, k, c); in doWriteReverse()
Dustring.c1387 UTF_APPEND_CHAR_UNSAFE(dest, i, c32); in u_unescape()
Dunistr.cpp182 UTF_APPEND_CHAR_UNSAFE(units, i, c); in UnicodeString()
/external/icu4c/test/cintltst/
Dbocu1tst.c746 UTF_APPEND_CHAR_UNSAFE(s, sLength, c); in readString()
Dtrietest.c159 UTF_APPEND_CHAR_UNSAFE(s, length, c); in testTrieIteration()
Dcmsccoll.c1681 UTF_APPEND_CHAR_UNSAFE(comp, len, ch); in TestComposeDecompose()
/external/icu4c/common/unicode/
Dutf_old.h942 #define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) macro