Searched refs:MASK_EXPLICIT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java940 private static final int MASK_EXPLICIT = MASK_LRX|MASK_RLX|DirPropFlag(PDF); field in class:BidiBase
941 private static final int MASK_BN_EXPLICIT = DirPropFlag(BN)|MASK_EXPLICIT;
1395 ((flags & MASK_EXPLICIT) == 0)) {

Completed in 1416 milliseconds