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

  /external/icu4c/common/
uresdata.h 96 URES_INDEX_POOL_CHECKSUM, /* [7] checksum of the pool bundle (new in formatVersion 2.0, ICU 4.4) */
145 * The using-bundle's and the pool-bundle's indexes[URES_INDEX_POOL_CHECKSUM] values
uresdata.c 204 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
    [all...]
uresbund.c 392 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
    [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 417 if(!(poolIndexLength>URES_INDEX_POOL_CHECKSUM &&
423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
  /external/icu4c/tools/genrb/
genrb.c 386 if (indexLength <= URES_INDEX_POOL_CHECKSUM) {
393 poolBundle.fChecksum = poolBundle.fIndexes[URES_INDEX_POOL_CHECKSUM];
reslist.c 793 if (URES_INDEX_POOL_CHECKSUM < bundle->fIndexLength) {
796 indexes[URES_INDEX_POOL_CHECKSUM] =
802 indexes[URES_INDEX_POOL_CHECKSUM] = bundle->fPoolChecksum;
    [all...]

Completed in 77 milliseconds