Searched refs:fKeysBottom (Results 1 – 2 of 2) sorted by relevance
772 if (bundle->fKeysBottom < bundle->fKeysTop) { in bundle_write()896 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom), in bundle_write()897 (uint32_t)(bundle->fKeysTop - bundle->fKeysBottom), in bundle_write()909 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom, in bundle_write()910 bundle->fKeysTop-bundle->fKeysBottom); in bundle_write()1137 bundle->fKeysBottom = (1 /* root */ + bundle->fIndexLength) * 4; in bundle_open()1138 uprv_memset(bundle->fKeys, 0, bundle->fKeysBottom); in bundle_open()1139 bundle->fKeysTop = bundle->fKeysBottom; in bundle_open()1405 *pLength = bundle->fKeysTop - bundle->fKeysBottom; in bundle_getKeyBytes()1406 return bundle->fKeys + bundle->fKeysBottom; in bundle_getKeyBytes()[all …]
51 int32_t fKeysBottom, fKeysTop; member