Home
last modified time | relevance | path

Searched refs:encodedLength (Results 1 – 25 of 34) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLTaggedObject.java49 int encodedLength() in encodedLength() method in DLTaggedObject
54 int length = obj.toASN1Primitive().toDLObject().encodedLength(); in encodedLength()
85 out.writeLength(primitive.encodedLength()); in encode()
DDERTaggedObject.java54 int encodedLength() in encodedLength() method in DERTaggedObject
60 int length = primitive.encodedLength(); in encodedLength()
91 out.writeLength(primitive.encodedLength()); in encode()
DBERSequence.java43 int encodedLength() in encodedLength() method in BERSequence
49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
DBERSet.java43 int encodedLength() in encodedLength() method in BERSet
49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
DDERSequence.java56 length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().encodedLength(); in getBodyLength()
65 int encodedLength() in encodedLength() method in DERSequence
DDLSet.java59 length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().encodedLength(); in getBodyLength()
68 int encodedLength() in encodedLength() method in DLSet
DDLSequence.java56 length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().encodedLength(); in getBodyLength()
65 int encodedLength() in encodedLength() method in DLSequence
DLazyEncodedSequence.java83 int encodedLength() in encodedLength() method in LazyEncodedSequence
92 return super.toDLObject().encodedLength(); in encodedLength()
DDERSet.java66 length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().encodedLength(); in getBodyLength()
75 int encodedLength() in encodedLength() method in DERSet
DBERTaggedObject.java69 int encodedLength() in encodedLength() method in BERTaggedObject
75 int length = primitive.encodedLength(); in encodedLength()
DBEROctetString.java123 int encodedLength() in encodedLength() method
129 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
DDERNull.java29 int encodedLength() in encodedLength() method in DERNull
DDEROctetString.java29 int encodedLength() in encodedLength() method in DEROctetString
DASN1Primitive.java64 abstract int encodedLength() throws IOException; in encodedLength() method in ASN1Primitive
DDERGeneralString.java84 int encodedLength() in encodedLength() method in DERGeneralString
DDERVisibleString.java108 int encodedLength() in encodedLength() method in DERVisibleString
DDERT61String.java108 int encodedLength() in encodedLength() method in DERT61String
DDERUTF8String.java121 int encodedLength() in encodedLength() method in DERUTF8String
DDERUniversalString.java121 int encodedLength() in encodedLength() method in DERUniversalString
DDERBoolean.java142 int encodedLength() in encodedLength() method in DERBoolean
DDERBMPString.java133 int encodedLength() in encodedLength() method in DERBMPString
DDERIA5String.java132 int encodedLength() in encodedLength() method in DERIA5String
DDERNumericString.java128 int encodedLength() in encodedLength() method in DERNumericString
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0; in call()
189 encodedLength+=(int32_t)(pInter-intermediate); in call()
243 encodedLength=0; in call()
248 encodedLength+=(int32_t)(pInter-intermediate); in call()
301 encodedLength=0; in call()
310 encodedLength+=(int32_t)(pInter-intermediate); in call()
/external/icu4c/test/perf/utfperf/
Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0; in call()
189 encodedLength+=(int32_t)(pInter-intermediate); in call()
243 encodedLength=0; in call()
248 encodedLength+=(int32_t)(pInter-intermediate); in call()
301 encodedLength=0; in call()
310 encodedLength+=(int32_t)(pInter-intermediate); in call()

12