Searched refs:topSize (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 378 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap() local 385 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 387 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 388 outBytes+tableStartOffset+topSize, status); in ubrk_swap() 396 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap() 398 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 399 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 681 def __init__(self, file=None, cff2GetGlyphOrder=None, topSize=0, argument 693 self.offsets = [0, topSize] 696 file.seek(self.offsetBase + topSize)
|