Home
last modified time | relevance | path

Searched refs:tableStartOffset (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Drbbidata.cpp381 int32_t tableStartOffset; in ubrk_swap() local
400 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
404 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
405 outBytes+tableStartOffset, status); in ubrk_swap()
406 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
407 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
411 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
415 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
416 outBytes+tableStartOffset, status); in ubrk_swap()
417 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
[all …]