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

/openjdk7/jdk/src/share/sample/nio/server/
H A DBN.java51 public class BN extends Server { class in inherits:Server
53 BN(int port, int backlog, boolean secure) throws Exception { method in class:BN
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java780 private static final byte BN = 18; field in class:BidiBase
941 private static final int MASK_BN_EXPLICIT = DirPropFlag(BN)|MASK_EXPLICIT;
1245 if (i1 > i0) { /* set previous code units' properties to BN */
1246 flags |= DirPropFlag(BN);
1248 dirProps[--i1] = (byte)(BN | paraDir);
1335 * That is why (X9) instructs to remove all explicit codes (and BN).
1341 * In order to get the same reordering behavior, positions with a BN or an
1442 flags |= DirPropFlag(BN);
1462 flags |= DirPropFlag(BN);
1478 flags |= DirPropFlag(BN);
[all...]

Completed in 40 milliseconds