Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastByte

68     uint32_t lastByte = head & 0xff;
69 return ((lastByte + 1) << 24) - 1;
76 uint32_t lastByte = scripts[i] & 0xff;
77 if(p <= lastByte) {
171 int32_t lastByte = head & 0xff;
172 do { table[firstByte++] = lowByte++; } while(firstByte <= lastByte);
192 int32_t lastByte = head & 0xff;
197 do { table[lastByte--] = highByte--; } while(firstByte <= lastByte);
211 int32_t lastByte = head & 0xff;
216 do { table[firstByte++] = lowByte++; } while(firstByte <= lastByte);