Home | History | Annotate | Download | only in i18n

Lines Matching refs:last3

1169         int32_t last3 = last2 / medialCount;
1175 last3 = min4Primary + last3; // offset
1177 if (last3 > max4Primary) {
1178 throw new IllegalArgumentException("4-byte out of range: " + Utility.hex(cp) + ", " + Utility.hex(last3));
1181 return (last3 << 24) + (last2 << 16) + (last1 << 8) + last0;