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

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 102 int32_t fKeysLength;
387 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
390 for (i = 0; i < poolBundle.fKeysLength; ++i) {
587 data->fPoolBundleKeysLength = poolBundle.fKeysLength;
  /external/icu/icu4c/source/tools/genrb/
genrb.c 117 int32_t fKeysLength;
402 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
405 for (i = 0; i < poolBundle.fKeysLength; ++i) {
603 data->fPoolBundleKeysLength = poolBundle.fKeysLength;

Completed in 45 milliseconds