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

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 100 const int32_t *fIndexes;
379 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1;
380 indexLength = poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
387 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
388 poolBundle.fChecksum = poolBundle.fIndexes[URES_INDEX_POOL_CHECKSUM];
  /external/icu/icu4c/source/tools/genrb/
genrb.c 115 const int32_t *fIndexes;
394 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1;
395 indexLength = poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
402 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
403 poolBundle.fChecksum = poolBundle.fIndexes[URES_INDEX_POOL_CHECKSUM];

Completed in 169 milliseconds