Searched defs:AL (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ |
H A D | X86Registers.java | 50 public static final X86Register AL; field in class:X86Registers 82 AL = new X86RegisterPart(0, "%al", 0, 8); 98 AL, CL, DL, BL, AH, CH, DH, BH
|
H A D | X86Opcodes.java | 70 public static final int AL = 16; field in interface:X86Opcodes
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ |
H A D | DebugVC50X86RegisterEnums.java | 30 public static final int AL = 1; field in interface:DebugVC50X86RegisterEnums
|
/openjdk7/jdk/src/share/classes/sun/text/bidi/ |
H A D | BidiBase.java | 775 private static final byte AL = 13; field in class:BidiBase 782 private static final int MASK_R_AL = (1 << R | 1 << AL); 850 /* lastArabicPos is index to the last AL in the text, -1 if none */ 935 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO); 1204 strong R or AL character at either end of the text */ 1262 if (dirProp == R || dirProp == AL) { 1280 else if (dirProp == AL) { 1623 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */ 1670 /* L, R, EN, AN, ON, S, B, ES, ET, CS, BN, NSM, AL, Res */ 1674 /* 3 AL */ { 3 [all...] |
Completed in 379 milliseconds