Searched refs:poolIndexes (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp415 const int32_t *poolIndexes=(const int32_t *)nativePool.getBytes()+1; local
416 int32_t poolIndexLength=poolIndexes[URES_INDEX_LENGTH]&0xff;
418 (poolIndexes[URES_INDEX_ATTRIBUTES]&URES_ATT_IS_POOL_BUNDLE))
423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
424 resData.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength);
/external/icu4c/common/
H A Duresbund.c391 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1; local
392 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
393 r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff));

Completed in 71 milliseconds