OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARRAY_COPY
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/samples/layout/
arraymem.h
14
#define
ARRAY_COPY
(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/external/icu4c/test/letest/
letest.h
27
#define
ARRAY_COPY
(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
PortableFontInstance.cpp
280
ARRAY_COPY
(result, name, length);
/external/icu4c/i18n/
ucoleitr.cpp
36
#define
ARRAY_COPY
(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
94
ARRAY_COPY
(newBuffer, buffer, bufferSize);
172
ARRAY_COPY
(newBuffer, buffer, bufferSize);
colldata.cpp
40
#define
ARRAY_COPY
(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
688
ARRAY_COPY
(key, cacheKey, cacheKeyLength);
Completed in 1238 milliseconds