Home | History | Annotate | Download | only in i18n

Lines Matching defs:lastByte

58             uint32_t lastByte = reorderTable[scripts[i] & 0xff];
59 if(lastByte < prevLastByte) {
65 prevLastByte = lastByte;