Searched refs:topSize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 407 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() local 414 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 416 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 417 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 425 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 427 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 436 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 438 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 439 outBytes+tableStartOffset+topSize, status); in ubrk_swap() [all …]
|