Lines Matching refs:tableStartOffset
389 int32_t tableStartOffset; in ubrk_swap() local
408 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
412 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
413 outBytes+tableStartOffset, status); in ubrk_swap()
414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
415 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
419 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
423 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
424 outBytes+tableStartOffset, status); in ubrk_swap()
425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
426 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
430 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable); in ubrk_swap()
434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
435 outBytes+tableStartOffset, status); in ubrk_swap()
436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
437 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
441 tableStartOffset = ds->readUInt32(rbbiDH->fSRTable); in ubrk_swap()
445 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
446 outBytes+tableStartOffset, status); in ubrk_swap()
447 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
448 outBytes+tableStartOffset+topSize, status); in ubrk_swap()