Home
last modified time | relevance | path

Searched refs:isPoolBundle (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Duresdata.h315 UBool isPoolBundle; member
Duresdata.c201 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init()
204 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
Duresbund.c451 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
/external/icu4c/tools/genrb/
Dreslist.h68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
Dreslist.c1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() argument
1085 bundle->fIsPoolBundle = isPoolBundle; in bundle_open()
1086 if (gUsePoolBundle || isPoolBundle) { in bundle_open()