Lines Matching defs:start
272 int32_t start = scriptStarts[index];
273 U_ASSERT(lowStart <= start);
274 skippedReserved = start - lowStart;
275 lowStart = start;
322 int32_t start = scriptStarts[i];
323 if(!hasReorderToEnd && start > lowStart) {
325 lowStart = start;
366 int32_t start = scriptStarts[index];
367 if((start & 0xff) < (lowStart & 0xff)) {
372 lowStart = ((lowStart & 0xff00) + ((limit & 0xff00) - (start & 0xff00))) | (limit & 0xff);
382 int32_t start = scriptStarts[index];
383 highLimit = ((highLimit & 0xff00) - ((limit & 0xff00) - (start & 0xff00))) | (start & 0xff);