HomeSort by relevance Sort by last modified time
    Searched refs:LE_ARRAY_COPY (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/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 328 #define LE_ARRAY_COPY(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
372 #define LE_ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 98 LE_ARRAY_COPY(fChars, chars, charCount);
pflow.c 150 LE_ARRAY_COPY(flow->fChars, chars, charCount);
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 98 LE_ARRAY_COPY(fChars, chars, charCount);
pflow.c 150 LE_ARRAY_COPY(flow->fChars, chars, charCount);
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 308 LE_ARRAY_COPY(result, name, length);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.cpp 308 LE_ARRAY_COPY(result, name, length);
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 308 LE_ARRAY_COPY(result, name, length);
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 308 LE_ARRAY_COPY(result, name, length);

Completed in 520 milliseconds