Home | History | Annotate | Download | only in makedict

Lines Matching refs:msb

908             // We need to signal 2-byte size by setting the top bit of the MSB to 1, so
1330 final int msb = buffer.readUnsignedByte();
1331 if (FormatSpec.MAX_CHARGROUPS_FOR_ONE_BYTE_CHARGROUP_COUNT >= msb) {
1332 return msb;
1334 return ((FormatSpec.MAX_CHARGROUPS_FOR_ONE_BYTE_CHARGROUP_COUNT & msb) << 8)