Home
last modified time | relevance | path

Searched refs:outputSize (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1864 int outputSize = sourceLength; in internalShape() local
1868 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape()
1875 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape()
1878 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape()
1882 outputSize = handleTashkeelWithTatweel(temp,sourceLength); in internalShape()
1888 outputSize = deShapeUnicode(temp, 0, sourceLength, destSize); in internalShape()
1895 if (outputSize > destSize) { in internalShape()
1918 for (int i = 0; i < outputSize; ++i) { in internalShape()
1931 for (int i = 0; i < outputSize; ++i) { in internalShape()
1941 shapeToArabicDigitsWithContext(temp, 0, outputSize, digitBase, false); in internalShape()
[all …]
/external/skia/bench/
DBitmapScaleBench.cpp43 int outputSize() const { in outputSize() function in BitmapScaleBench
48 return float(outputSize())/inputSize(); in scale()
/external/icu/icu4c/source/common/
Dushape.cpp1498 int32_t outputSize, spacesCountl=0, spacesCountr=0; in u_shapeArabic() local
1541 outputSize=calculateSize(source,sourceLength,destCapacity,options); in u_shapeArabic()
1543 outputSize=sourceLength; in u_shapeArabic()
1546 if(outputSize>destCapacity) { in u_shapeArabic()
1549 return outputSize; in u_shapeArabic()
1556 if(sourceLength>outputSize) { in u_shapeArabic()
1557 outputSize=sourceLength; in u_shapeArabic()
1561 if(outputSize<=UPRV_LENGTHOF(buffer)) { in u_shapeArabic()
1562 outputSize=UPRV_LENGTHOF(buffer); in u_shapeArabic()
1565 tempbuffer = (UChar *)uprv_malloc(outputSize*U_SIZEOF_UCHAR); in u_shapeArabic()
[all …]
/external/jetty/src/java/org/eclipse/jetty/io/
DByteArrayEndPoint.java90 public ByteArrayEndPoint(byte[] input, int outputSize) in ByteArrayEndPoint() argument
94 _out=new ByteArrayBuffer(outputSize); in ByteArrayEndPoint()
/external/lz4/lib/
Dlz4.c946 …int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buf… in LZ4_decompress_generic() argument
962 BYTE* const oend = op + outputSize; in LZ4_decompress_generic()
977 …if ((endOnInput) && (unlikely(outputSize==0))) return ((inputSize==1) && (*ip==0)) ? 0 : -1; /* E… in LZ4_decompress_generic()
978 if ((!endOnInput) && (unlikely(outputSize==0))) return (*ip==0?1:-1); in LZ4_decompress_generic()
1293 …mpress (const char* source, char* dest, int outputSize) { return LZ4_decompress_fast(source, dest,… in LZ4_uncompress() argument
/external/vogar/lib/
Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5446 int outputSize = env->GetArrayLength(outputJavaBytes); local
5448 UniquePtr<unsigned char[]> buffer(new unsigned char[outputSize]);
5454 int read = BIO_read(bio, buffer.get(), outputSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...