Searched refs:isPoolBundle (Results 1 – 5 of 5) sorted by relevance
315 UBool isPoolBundle; member
201 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()
451 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() argument1085 bundle->fIsPoolBundle = isPoolBundle; in bundle_open()1086 if (gUsePoolBundle || isPoolBundle) { in bundle_open()