Searched defs:tE (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismExceptionTest.java55 static String createErr(Exception tE, Exception eE) { argument
56 return "ExemptionMechanismException: ".concat(tE.toString()).concat(
65 ExemptionMechanismException tE = new ExemptionMechanismException();
66 assertNull("getMessage() must return null.", tE.getMessage());
67 assertNull("getCause() must return null", tE.getCause());
69 throw tE;
71 assertTrue(createErr(tE, e), tE.equals(e));
81 ExemptionMechanismException tE;
83 tE
[all...]
/external/icu4c/layout/
H A DThaiShaping.h53 tE = 3, enumerator in enum:ThaiShaping::__anon5945

Completed in 79 milliseconds