/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DLTaggedObject.java | 49 int encodedLength() in encodedLength() method in DLTaggedObject 54 int length = obj.toASN1Primitive().toDLObject().encodedLength(); in encodedLength() 85 out.writeLength(primitive.encodedLength()); in encode()
|
D | DERTaggedObject.java | 54 int encodedLength() in encodedLength() method in DERTaggedObject 60 int length = primitive.encodedLength(); in encodedLength() 91 out.writeLength(primitive.encodedLength()); in encode()
|
D | BERSequence.java | 43 int encodedLength() in encodedLength() method in BERSequence 49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
|
D | BERSet.java | 43 int encodedLength() in encodedLength() method in BERSet 49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
|
D | DERSequence.java | 56 length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().encodedLength(); in getBodyLength() 65 int encodedLength() in encodedLength() method in DERSequence
|
D | DLSet.java | 59 length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().encodedLength(); in getBodyLength() 68 int encodedLength() in encodedLength() method in DLSet
|
D | DLSequence.java | 56 length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().encodedLength(); in getBodyLength() 65 int encodedLength() in encodedLength() method in DLSequence
|
D | LazyEncodedSequence.java | 83 int encodedLength() in encodedLength() method in LazyEncodedSequence 92 return super.toDLObject().encodedLength(); in encodedLength()
|
D | DERSet.java | 66 length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().encodedLength(); in getBodyLength() 75 int encodedLength() in encodedLength() method in DERSet
|
D | BERTaggedObject.java | 69 int encodedLength() in encodedLength() method in BERTaggedObject 75 int length = primitive.encodedLength(); in encodedLength()
|
D | BEROctetString.java | 123 int encodedLength() in encodedLength() method 129 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength(); in encodedLength()
|
D | DERNull.java | 29 int encodedLength() in encodedLength() method in DERNull
|
D | DEROctetString.java | 29 int encodedLength() in encodedLength() method in DEROctetString
|
D | ASN1Primitive.java | 64 abstract int encodedLength() throws IOException; in encodedLength() method in ASN1Primitive
|
D | DERGeneralString.java | 84 int encodedLength() in encodedLength() method in DERGeneralString
|
D | DERVisibleString.java | 108 int encodedLength() in encodedLength() method in DERVisibleString
|
D | DERT61String.java | 108 int encodedLength() in encodedLength() method in DERT61String
|
D | DERUTF8String.java | 121 int encodedLength() in encodedLength() method in DERUTF8String
|
D | DERUniversalString.java | 121 int encodedLength() in encodedLength() method in DERUniversalString
|
D | DERBoolean.java | 142 int encodedLength() in encodedLength() method in DERBoolean
|
D | DERBMPString.java | 133 int encodedLength() in encodedLength() method in DERBMPString
|
D | DERIA5String.java | 132 int encodedLength() in encodedLength() method in DERIA5String
|
D | DERNumericString.java | 128 int encodedLength() in encodedLength() method in DERNumericString
|
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
D | utfperf.cpp | 39 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/ |
D | utfperf.cpp | 39 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()
|