Searched refs:topSize (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | rbbidata.cpp | 377 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() local 384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 387 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 398 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 409 outBytes+tableStartOffset+topSize, status); in ubrk_swap() [all …]
|
/external/icu4c/common/ |
D | rbbidata.cpp | 377 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() local 384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 387 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 398 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 409 outBytes+tableStartOffset+topSize, status); in ubrk_swap() [all …]
|