Searched refs:LE_ARRAY_COPY (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp208 LE_ARRAY_COPY(charIndices, fCharIndices, fGlyphCount);
251 LE_ARRAY_COPY(glyphs, fGlyphs, fGlyphCount);
346 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount);
403 LE_ARRAY_COPY(positions, fPositions, fGlyphCount * 2 + 2);
H A DLETypes.h328 #define LE_ARRAY_COPY(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0]) macro
372 #define LE_ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0]) macro
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp98 LE_ARRAY_COPY(fChars, chars, charCount);
H A Dpflow.c150 LE_ARRAY_COPY(flow->fChars, chars, charCount);
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
1105 LE_ARRAY_COPY(glyphs, &fStyleRunInfo[run].glyphs[leftGlyph], glyphCount);
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp304 LE_ARRAY_COPY(result, name, length);
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp308 LE_ARRAY_COPY(result, name, length);

Completed in 384 milliseconds