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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java827 byte[] dirProps; field in class:BidiBase
976 (byte)(dirProps[index]>>CONTEXT_RTL_SHIFT) : paraLevel;
1244 dirProps[i1] = (byte)(dirProp | paraDir);
1248 dirProps[--i1] = (byte)(BN | paraDir);
1257 dirProps[i1] &= ~CONTEXT_RTL;
1267 dirProps[i1] |= CONTEXT_RTL;
1356 * or saves making and modifying a copy of dirProps[].
1420 dirProp = NoContextRTL(dirProps[i]);
1565 dirProp = NoContextRTL(dirProps[i]);
1976 * to actually store the intermediate directional properties in dirProps[]
[all...]

Completed in 60 milliseconds