Lines Matching defs:count
199 /* reference count updates. */
1028 /*Frees all shared immutable objects that aren't referred to (reference count = 0)
1058 * The reference count of an entry may be decremented by
1335 uint32_t offset, count, staticDataSize;
1540 count=mbcsHeaderLength*4;
1541 ds->swapArray32(ds, &inMBCSHeader->countStates, count-4,
1551 const char *inBaseName=(const char *)inBytes+count;
1552 char *outBaseName=(char *)outBytes+count;
1559 offset=count;
1560 count=mbcsHeader.countStates*1024;
1561 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1565 offset+=count;
1566 count=mbcsHeader.countToUFallbacks*8;
1567 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1572 count=mbcsHeader.offsetFromUTable-offset;
1573 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1581 count=(mbcsHeader.offsetFromUBytes-offset)+mbcsHeader.fromUBytesLength;
1582 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1589 count=0x440*2; /* for all of Unicode */
1591 count=0x40*2; /* only BMP */
1593 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1597 offset+=count;
1598 count=mbcsHeader.offsetFromUBytes-offset;
1599 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1604 count= noFromU ? 0 : mbcsHeader.fromUBytesLength;
1609 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1613 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1622 offset+=count;
1623 count=mbcsIndexLength;
1624 ds->swapArray16(ds, inBytes+offset, (int32_t)count,