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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java911 static int DirPropFlagNC(byte dir) { method in class:BidiBase
2252 while (i > 0 && ((flag = DirPropFlagNC(dirProps[--i])) & MASK_WS) != 0) {
2263 flag = DirPropFlagNC(dirProps[--i]);

Completed in 41 milliseconds