Home
last modified time | relevance | path

Searched defs:destSize (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dubidiwrt.c62 UChar *dest, int32_t destSize, in doWriteForward()
155 UChar *dest, int32_t destSize, in doWriteReverse()
312 UChar *dest, int32_t destSize, in ubidi_writeReverse()
353 UChar *dest, int32_t destSize, in ubidi_writeReordered()
Dushape.c607 int32_t destSize,uint32_t options) { in calculateSize()
664 int32_t destSize,uint32_t options, in handleTashkeelWithTatweel()
702 int32_t destSize, in handleGeneratedSpaces()
888 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
945 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1012 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1066 int32_t destSize,uint32_t options, in expandCompositChar()
1179 int32_t destSize,uint32_t options, in shapeUnicode()
1347 int32_t destSize,uint32_t options, in deShapeUnicode()
/external/icu4c/common/
Dubidiwrt.c63 UChar *dest, int32_t destSize, in doWriteForward()
156 UChar *dest, int32_t destSize, in doWriteReverse()
313 UChar *dest, int32_t destSize, in ubidi_writeReverse()
354 UChar *dest, int32_t destSize, in ubidi_writeReordered()
Dushape.cpp612 int32_t destSize,uint32_t options) { in calculateSize()
707 int32_t destSize, in handleGeneratedSpaces()
886 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
946 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1013 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1067 int32_t destSize,uint32_t options, in expandCompositChar()
1180 int32_t destSize,uint32_t options, in shapeUnicode()
1352 int32_t destSize,uint32_t options, in deShapeUnicode()
/external/chromium_org/third_party/angle/src/compiler/
DVariablePacker.cpp141 bool VariablePacker::searchColumn(int column, int numRows, int* destRow, int* destSize) in searchColumn()
/external/lzma/C/
DMtCoder.c204 size_t destSize = p->outBufSize; in MtThread_Process() local
DLzma2Enc.c310 static SRes MtCallbackImp_Code(void *pp, unsigned index, Byte *dest, size_t *destSize, in MtCallbackImp_Code()
/external/icu4c/test/cintltst/
Dcbiditst.c730 int32_t destSize = srcSize*2; in testReorder() local
765 int32_t destSize = srcSize*2; in testReorder() local
799 int32_t destSize = srcSize*2; in testReorder() local
830 int32_t destSize = srcSize*2; in testReorder() local
864 int32_t destSize = srcSize*2; in testReorder() local
992 int32_t destSize = srcSize*2; in testReorderArabicMathSymbols() local
Dcbiapts.c85 int32_t destSize; in toUChar() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp617 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
636 uint64_t destSize = TD->getTypeAllocSize(StructTy); in performCallSlotOptzn() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcbiditst.c714 int32_t destSize = srcSize*2; in testReorder() local
749 int32_t destSize = srcSize*2; in testReorder() local
783 int32_t destSize = srcSize*2; in testReorder() local
814 int32_t destSize = srcSize*2; in testReorder() local
848 int32_t destSize = srcSize*2; in testReorder() local
Dcbiapts.c81 int32_t destSize; in toUChar() local
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js581 captureFrame_: function(video, ctx, destSize) { argument