Searched refs:topSize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 405 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() local 412 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 415 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 423 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 426 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 437 outBytes+tableStartOffset+topSize, status); in ubrk_swap() [all …]
|