HomeSort by relevance Sort by last modified time
    Searched refs:poolIndexes (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/toolutil/
pkgitems.cpp 415 const int32_t *poolIndexes=(const int32_t *)nativePool.getBytes()+1;
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/
uresbund.cpp 385 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
386 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
387 r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff));
    [all...]

Completed in 297 milliseconds