Searched refs:UTF_APPEND_CHAR_UNSAFE (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/common/ |
D | ubidiwrt.c | 91 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()
|
D | ustring.c | 1387 UTF_APPEND_CHAR_UNSAFE(dest, i, c32); in u_unescape()
|
D | unistr.cpp | 182 UTF_APPEND_CHAR_UNSAFE(units, i, c); in UnicodeString()
|
/external/icu4c/test/cintltst/ |
D | bocu1tst.c | 746 UTF_APPEND_CHAR_UNSAFE(s, sLength, c); in readString()
|
D | trietest.c | 159 UTF_APPEND_CHAR_UNSAFE(s, length, c); in testTrieIteration()
|
D | cmsccoll.c | 1681 UTF_APPEND_CHAR_UNSAFE(comp, len, ch); in TestComposeDecompose()
|
/external/icu4c/common/unicode/ |
D | utf_old.h | 942 #define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) macro
|