OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE_ARRAY_COPY
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.cpp
208
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);
LETypes.h
287
#define
LE_ARRAY_COPY
(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
331
#define
LE_ARRAY_COPY
(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/external/icu4c/samples/layout/
paragraph.cpp
98
LE_ARRAY_COPY
(fChars, chars, charCount);
pflow.c
150
LE_ARRAY_COPY
(flow->fChars, chars, charCount);
/external/icu4c/layoutex/
ParagraphLayout.cpp
122
LE_ARRAY_COPY
(runLimits, fRunLimits, fRunCount);
126
LE_ARRAY_COPY
(styleIndices, fStyleIndices, fRunCount * fStyleCount);
[
all
...]
Completed in 28 milliseconds