Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1316 int ec = modCount; in replaceAll() local
1417 int ec = modCount; in results() local
1537 int ec = modCount; in replaceFirst() local
/libcore/ojluni/src/test/java/util/Collections/
DUnmodifiableMapEntrySet.java97 EntryConsumer ec = new EntryConsumer(); in testWithEntryConsumer() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetEncoderTest.java124 CharsetEncoder ec = new MockCharsetEncoder(cs, 1, MAX_BYTES); in testCharsetEncoderCharsetfloatfloat() local
180 CharsetEncoder ec = new MockCharsetEncoder(cs, 1, MAX_BYTES, ba); in testCharsetEncoderCharsetfloatfloatbyteArray() local
DCharsetDecoderTest.java99 CharsetDecoder ec = new MockCharsetDecoder(cs, 1, MAX_BYTES); in testCharsetDecoder() local
/libcore/luni/src/test/java/tests/security/spec/
DEllipticCurveTest.java440 EllipticCurve ec = new EllipticCurve(new testECField(), BigInteger in testEllipticCurveECFieldBigIntegerBigInteger05() local
/libcore/ojluni/src/test/java/nio/Buffer/
DBasicByte.java483 int ec = l - p; in testAlign() local