Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbidata.cpp362 int32_t tableStartOffset; in ubrk_swap() local
381 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
385 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
386 outBytes+tableStartOffset, status); in ubrk_swap()
387 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
388 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
392 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
396 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
397 outBytes+tableStartOffset, status); in ubrk_swap()
398 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
[all …]