Home | History | Annotate | Download | only in coll

Lines Matching defs:LOWER_CASE

141     static final int LOWER_CASE = 8;  // case bits include this offset
142 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
675 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
796 pair |= LOWER_CASE << 16; // implied weight of secondary CE
799 pair = LOWER_CASE;
833 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16;
844 pair |= LOWER_CASE;