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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java947 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT; field in class:BidiBase
948 private static final int MASK_N = DirPropFlag(ON)|MASK_WS;
2247 if ((flags & MASK_WS) != 0) {
2252 while (i > 0 && ((flag = DirPropFlagNC(dirProps[--i])) & MASK_WS) != 0) {

Completed in 48 milliseconds