/external/icu/icu4c/source/common/ |
D | ubidiwrt.cpp | 89 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 143 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 294 U16_APPEND_UNSAFE(dest, k, c); in doWriteReverse()
|
D | unistrappender.h | 61 U16_APPEND_UNSAFE(fBuffer, fIdx, x); in append()
|
D | unormcmp.cpp | 347 U16_APPEND_UNSAFE(fold1, i, length); in unorm_cmpEquivFold() 392 U16_APPEND_UNSAFE(fold2, i, length); in unorm_cmpEquivFold()
|
D | ucnv_cnv.cpp | 175 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
|
D | uscript_props.cpp | 253 U16_APPEND_UNSAFE(dest, i, sampleChar); in uscript_getSampleString()
|
D | ubiditransform.cpp | 318 U16_APPEND_UNSAFE(pTransform->dest, j, isOdd ? u_charMirror(c) : c); in action_mirror()
|
D | ustrcase.cpp | 1495 U16_APPEND_UNSAFE(fold1, i, length); in _cmpFold() 1541 U16_APPEND_UNSAFE(fold2, i, length); in _cmpFold()
|
D | ucnv_ext.cpp | 1091 U16_APPEND_UNSAFE(s, length, c); in ucnv_extGetUnicodeSet()
|
D | ustring.cpp | 1397 U16_APPEND_UNSAFE(dest, i, c32); in u_unescape()
|
D | normalizer2impl.cpp | 855 U16_APPEND_UNSAFE(buffer, length, c); in getDecomposition() 890 U16_APPEND_UNSAFE(buffer, length, c); in getRawDecomposition()
|
D | utext.cpp | 1245 U16_APPEND_UNSAFE(buf, destIx, c); in utf8TextAccess() 2801 U16_APPEND_UNSAFE(dest, desti, c); in charIterTextExtract()
|
D | ucnv.cpp | 1086 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint); in _fromUnicodeWithCallback()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 374 #define U16_APPEND_UNSAFE(s, i, c) { \ macro
|
/external/icu/icu4c/source/tools/toolutil/ |
D | uparse.cpp | 286 U16_APPEND_UNSAFE(dest, destLength, value); in u_parseString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 288 U16_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ in testTrieUTF16() 292 U16_APPEND_UNSAFE(s, length, prevCP); in testTrieUTF16() 296 U16_APPEND_UNSAFE(s, length, c); in testTrieUTF16()
|
D | bocu1tst.c | 747 U16_APPEND_UNSAFE(s, sLength, c); in readString()
|
D | cucdtst.c | 3380 U16_APPEND_UNSAFE(s, length, c); in testFold() 3410 U16_APPEND_UNSAFE(s, length, c); in testFoldToSelf() 3483 U16_APPEND_UNSAFE(prevString, length, prev); in caseFoldingLineFn() 3490 U16_APPEND_UNSAFE(pData->prevFull, length, c); in caseFoldingLineFn()
|
D | trietest.c | 160 U16_APPEND_UNSAFE(s, length, c); in testTrieIteration()
|
D | ncnvtst.c | 720 U16_APPEND_UNSAFE(standardForm, offset16, currCh); in TestRegressionUTF8() 791 U16_APPEND_UNSAFE(standardForm, offset16, currCh); in TestRegressionUTF32()
|
D | utf16tst.c | 842 U16_APPEND_UNSAFE(buffer, length, c); in TestAppend()
|
D | cnormtst.c | 1385 U16_APPEND_UNSAFE(s, length, c); in TestQuickCheckPerCP()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 443 U16_APPEND_UNSAFE(map, j, mapping[i]); in storeMapping()
|
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.cpp | 415 U16_APPEND_UNSAFE(fBuffer, fIdx, x); in append()
|
D | rbt_pars.cpp | 1738 U16_APPEND_UNSAFE(target, index, c); in utrans_stripRules()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | gencnvex.c | 622 U16_APPEND_UNSAFE(u, r, c); in prepareFromUMappings()
|