Home | History | Annotate | Download | only in coll

Lines Matching defs:LOWER_CASE

145     static final int LOWER_CASE = 8;  // case bits include this offset
146 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
679 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
800 pair |= LOWER_CASE << 16; // implied weight of secondary CE
803 pair = LOWER_CASE;
837 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16;
848 pair |= LOWER_CASE;