Home
last modified time | relevance | path

Searched refs:fKeysCount (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dgenrb.c102 int32_t fKeysCount; member
391 ++poolBundle.fKeysCount; in main()
583 ++newPoolBundle->fKeysCount; in processFile()
591 data->fPoolBundleKeysCount = poolBundle.fKeysCount; in processFile()
Dreslist.h53 int32_t fKeysCount; member
Dreslist.c292 limit = start + bundle->fKeysCount; in mapKey()
1456 ++bundle->fKeysCount; in bundle_addtag()
1519 int32_t keysCount = bundle->fPoolBundleKeysCount + bundle->fKeysCount; in bundle_compactKeys()
1520 if (U_FAILURE(*status) || bundle->fKeysCount == 0 || bundle->fKeyMap != NULL) { in bundle_compactKeys()