/external/icu/icu4c/source/common/ |
D | unistrappender.h | 59 U16_APPEND_UNSAFE(fBuffer, fIdx, x); in append()
|
D | ubidiwrt.c | 87 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 141 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 292 U16_APPEND_UNSAFE(dest, k, c); in doWriteReverse()
|
D | unormcmp.cpp | 351 U16_APPEND_UNSAFE(fold1, i, length); in unorm_cmpEquivFold() 396 U16_APPEND_UNSAFE(fold2, i, length); in unorm_cmpEquivFold()
|
D | ucnv_cnv.c | 167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
|
D | uscript_props.cpp | 240 U16_APPEND_UNSAFE(dest, i, sampleChar); in uscript_getSampleString()
|
D | ustrcase.cpp | 736 U16_APPEND_UNSAFE(fold1, i, length); in _cmpFold() 782 U16_APPEND_UNSAFE(fold2, i, length); in _cmpFold()
|
D | ucnv_ext.cpp | 1085 U16_APPEND_UNSAFE(s, length, c); in ucnv_extGetUnicodeSet()
|
D | normalizer2impl.cpp | 632 U16_APPEND_UNSAFE(buffer, length, c); in getDecomposition() 662 U16_APPEND_UNSAFE(buffer, length, c); in getRawDecomposition()
|
D | ustring.cpp | 1394 U16_APPEND_UNSAFE(dest, i, c32); in u_unescape()
|
D | utext.cpp | 1240 U16_APPEND_UNSAFE(buf, destIx, c); in utf8TextAccess() 2780 U16_APPEND_UNSAFE(dest, desti, c); in charIterTextExtract()
|
D | unistr.cpp | 173 U16_APPEND_UNSAFE(units, i, c); in UnicodeString()
|
D | ucnv.c | 1084 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint); in _fromUnicodeWithCallback()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 288 #define U16_APPEND_UNSAFE(s, i, c) { \ macro
|
/external/icu/icu4c/source/tools/toolutil/ |
D | uparse.c | 284 U16_APPEND_UNSAFE(dest, destLength, value); in u_parseString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 285 U16_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ in testTrieUTF16() 289 U16_APPEND_UNSAFE(s, length, prevCP); in testTrieUTF16() 293 U16_APPEND_UNSAFE(s, length, c); in testTrieUTF16()
|
D | cucdtst.c | 3361 U16_APPEND_UNSAFE(s, length, c); in testFold() 3391 U16_APPEND_UNSAFE(s, length, c); in testFoldToSelf() 3464 U16_APPEND_UNSAFE(prevString, length, prev); in caseFoldingLineFn() 3471 U16_APPEND_UNSAFE(pData->prevFull, length, c); in caseFoldingLineFn()
|
D | bocu1tst.c | 745 U16_APPEND_UNSAFE(s, sLength, c); in readString()
|
D | utf16tst.c | 749 U16_APPEND_UNSAFE(buffer, length, c); in TestAppend()
|
D | trietest.c | 160 U16_APPEND_UNSAFE(s, length, c); in testTrieIteration()
|
D | cnormtst.c | 1382 U16_APPEND_UNSAFE(s, length, c); in TestQuickCheckPerCP()
|
D | cmsccoll.c | 606 U16_APPEND_UNSAFE(comp, len, ch); in TestComposeDecompose() 5716 U16_APPEND_UNSAFE(str, k, start); in TestImportWithType()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 441 U16_APPEND_UNSAFE(map, j, mapping[i]); in storeMapping()
|
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.cpp | 409 U16_APPEND_UNSAFE(fBuffer, fIdx, x); in append()
|
D | rbt_pars.cpp | 1736 U16_APPEND_UNSAFE(target, index, c); in utrans_stripRules()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | gencnvex.c | 620 U16_APPEND_UNSAFE(u, r, c); in prepareFromUMappings()
|