Searched refs:poolIndexes (Results 1 – 2 of 2) sorted by relevance
415 const int32_t *poolIndexes=(const int32_t *)nativePool.getBytes()+1; in ures_enumDependencies() local416 int32_t poolIndexLength=poolIndexes[URES_INDEX_LENGTH]&0xff; in ures_enumDependencies()418 (poolIndexes[URES_INDEX_ATTRIBUTES]&URES_ATT_IS_POOL_BUNDLE)) in ures_enumDependencies()423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) { in ures_enumDependencies()424 resData.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength); in ures_enumDependencies()
385 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1; in init_entry() local386 … if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) { in init_entry()387 … r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff)); in init_entry()