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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java902 static byte NoContextRTL(byte dir) method in class:BidiBase
1420 dirProp = NoContextRTL(dirProps[i]);
1565 dirProp = NoContextRTL(dirProps[i]);
2053 if ((_prop == _AN) && (NoContextRTL(dirProps[start0]) == AN)) {
2196 prop = NoContextRTL(dirProps[i]);
2603 if ((start > 0) && (NoContextRTL(dirProps[start - 1]) == B)) {

Completed in 49 milliseconds