Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbidata.cpp361 int32_t tableStartOffset; in ubrk_swap() local
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
385 outBytes+tableStartOffset, status); in ubrk_swap()
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
387 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
391 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
396 outBytes+tableStartOffset, status); in ubrk_swap()
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
[all …]