Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiwrt.cpp60 UChar *dest, int32_t destSize, in doWriteForward()
153 UChar *dest, int32_t destSize, in doWriteReverse()
310 UChar *dest, int32_t destSize, in ubidi_writeReverse()
351 UChar *dest, int32_t destSize, in ubidi_writeReordered()
Dushape.cpp636 int32_t destSize,uint32_t options) { in calculateSize()
731 int32_t destSize, in handleGeneratedSpaces()
905 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
965 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1032 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1086 int32_t destSize,uint32_t options, in expandCompositChar()
1199 int32_t destSize,uint32_t options, in shapeUnicode()
1371 int32_t destSize,uint32_t options, in deShapeUnicode()
Dubiditransform.cpp85 uint32_t destSize; /* output text capacity */ member
440 UChar *dest, int32_t destSize, in ubiditransform_transform()
/external/tpm2/
DMemoryLib_fp.h18 #define MemoryCopy(destination, source, size, destSize) \ argument
/external/guava/guava/src/com/google/common/escape/
DCharEscaper.java86 int destSize = dest.length; in escapeSlow() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape()
1109 int destSize = sourceLength; in calculateSize() local
1624 int destSize, in shapeUnicode()
1777 int destSize) throws ArabicShapingException { in deShapeUnicode()
1797 int destSize) throws ArabicShapingException { in internalShape()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape()
1157 int destSize = sourceLength; in calculateSize() local
1672 int destSize, in shapeUnicode()
1825 int destSize) throws ArabicShapingException { in deShapeUnicode()
1845 int destSize) throws ArabicShapingException { in internalShape()
/external/lzma/C/
DMtCoder.c204 size_t destSize = p->outBufSize; in MtThread_Process() local
DLzma2Enc.c346 static SRes MtCallbackImp_Code(void *pp, unsigned index, Byte *dest, size_t *destSize, in MtCallbackImp_Code()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp608 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
620 uint64_t destSize = TD->getTypeAllocSize(StructTy); in performCallSlotOptzn() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c741 int32_t destSize = srcSize*2; in testReorder() local
776 int32_t destSize = srcSize*2; in testReorder() local
810 int32_t destSize = srcSize*2; in testReorder() local
841 int32_t destSize = srcSize*2; in testReorder() local
875 int32_t destSize = srcSize*2; in testReorder() local
1003 int32_t destSize = srcSize*2; in testReorderArabicMathSymbols() local
Dcbiapts.c94 int32_t destSize; in toUChar() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp815 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
839 uint64_t destSize = DL.getTypeAllocSize(StructTy); in performCallSlotOptzn() local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2028 size_t destSize = FormatSize(dst_image_state->createInfo.format); in PreCallValidateCmdCopyImage() local