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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java1260 private HandshakeStatus writeRecord(EngineOutputRecord eor, argument
1265 writer.writeRecord(eor, ea, writeMAC, writeCipher);
1281 if (checkSequenceNumber(writeMAC, eor.contentType())) {
1318 void writeRecord(EngineOutputRecord eor) throws IOException { argument
1320 writer.writeRecord(eor, writeMAC, writeCipher);
1334 checkSequenceNumber(writeMAC, eor.contentType());
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java1810 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2157 private void resolveImplicitLevels(int start, int limit, short sor, short eor) argument
2193 gprop = eor;
2204 /* there is an unprocessed sequence if its property == eor */
2233 processPropertySeq(levState, (short)eor, limit, limit);
2583 /* sor, eor: start and end types of same-level-run */
2586 short sor, eor;
2588 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
2592 eor
[all...]

Completed in 240 milliseconds