OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodedLength
(Results
1 - 25
of
43
) sorted by null
1
2
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERNull.java
29
int
encodedLength
()
BERSequence.java
43
int
encodedLength
()
49
length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().
encodedLength
();
BERSet.java
43
int
encodedLength
()
49
length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().
encodedLength
();
DERTaggedObject.java
54
int
encodedLength
()
60
int length = primitive.
encodedLength
();
91
out.writeLength(primitive.
encodedLength
());
DLTaggedObject.java
49
int
encodedLength
()
54
int length = obj.toASN1Primitive().toDLObject().
encodedLength
();
85
out.writeLength(primitive.
encodedLength
());
ASN1Primitive.java
64
abstract int
encodedLength
() throws IOException;
DEROctetString.java
29
int
encodedLength
()
DERSequence.java
56
length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().
encodedLength
();
65
int
encodedLength
()
DERSet.java
66
length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().
encodedLength
();
75
int
encodedLength
()
DLSequence.java
56
length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().
encodedLength
();
65
int
encodedLength
()
DLSet.java
59
length += ((ASN1Encodable)obj).toASN1Primitive().toDLObject().
encodedLength
();
68
int
encodedLength
()
LazyEncodedSequence.java
83
int
encodedLength
()
92
return super.toDLObject().
encodedLength
();
BERTaggedObject.java
69
int
encodedLength
()
75
int length = primitive.
encodedLength
();
BEROctetString.java
123
int
encodedLength
()
129
length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().
encodedLength
();
DERGeneralString.java
84
int
encodedLength
()
DERT61String.java
108
int
encodedLength
()
DERUTF8String.java
121
int
encodedLength
()
DERVisibleString.java
108
int
encodedLength
()
DERBMPString.java
133
int
encodedLength
()
DERBoolean.java
142
int
encodedLength
()
DEREnumerated.java
99
int
encodedLength
()
DERIA5String.java
132
int
encodedLength
()
DERInteger.java
107
int
encodedLength
()
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp
39
static int32_t utf8Length,
encodedLength
, outputLength, countInputCodePoints;
182
encodedLength
=outputLength=0;
189
encodedLength
+=(int32_t)(pInter-intermediate);
243
encodedLength
=0;
248
encodedLength
+=(int32_t)(pInter-intermediate);
301
encodedLength
=0;
310
encodedLength
+=(int32_t)(pInter-intermediate);
/external/icu4c/test/perf/utfperf/
utfperf.cpp
39
static int32_t utf8Length,
encodedLength
, outputLength, countInputCodePoints;
182
encodedLength
=outputLength=0;
189
encodedLength
+=(int32_t)(pInter-intermediate);
243
encodedLength
=0;
248
encodedLength
+=(int32_t)(pInter-intermediate);
301
encodedLength
=0;
310
encodedLength
+=(int32_t)(pInter-intermediate);
Completed in 1369 milliseconds
1
2