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

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dgenrb.c103 int32_t fKeysCount; member in struct:ResFile
392 ++poolBundle.fKeysCount;
581 ++newPoolBundle->fKeysCount;
589 data->fPoolBundleKeysCount = poolBundle.fKeysCount;
H A Dreslist.h53 int32_t fKeysCount; member in struct:SRBRoot
H A Dreslist.c292 limit = start + bundle->fKeysCount;
1456 ++bundle->fKeysCount;
1519 int32_t keysCount = bundle->fPoolBundleKeysCount + bundle->fKeysCount;
1520 if (U_FAILURE(*status) || bundle->fKeysCount == 0 || bundle->fKeyMap != NULL) {

Completed in 136 milliseconds