Lines Matching refs:fKeysBottom
673 if (bundle->fKeysBottom < bundle->fKeysTop) {
797 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom),
798 (uint32_t)(bundle->fKeysTop - bundle->fKeysBottom),
810 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom,
811 bundle->fKeysTop-bundle->fKeysBottom);
1093 bundle->fKeysBottom = (1 /* root */ + bundle->fIndexLength) * 4;
1094 uprv_memset(bundle->fKeys, 0, bundle->fKeysBottom);
1095 bundle->fKeysTop = bundle->fKeysBottom;
1367 *pLength = bundle->fKeysTop - bundle->fKeysBottom;
1368 return bundle->fKeys + bundle->fKeysBottom;
1498 keys = bundle->fKeys + bundle->fKeysBottom;
1563 oldpos = newpos = bundle->fKeysBottom;