Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h42 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile()
53 int32_t fKeysCount; member
106 int32_t fKeysCount; member
Dreslist.cpp491 start = fUsePoolBundle->fKeysCount; in mapKey()
492 limit = start + fKeysCount; in mapKey()
1128 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), fKeysCount(0), fLocalKeyLimit(0), in SRBRoot()
1276 ++fKeysCount; in addTag()
1339 int32_t keysCount = fUsePoolBundle->fKeysCount + fKeysCount; in compactKeys()
1340 if (U_FAILURE(errorCode) || fKeysCount == 0 || fKeyMap != NULL) { in compactKeys()
1349 for (i = 0; i < fUsePoolBundle->fKeysCount; ++i) { in compactKeys()
Dgenrb.cpp397 ++poolBundle.fKeysCount; in main()
682 ++newPoolBundle->fKeysCount; in processFile()