Searched refs:isPoolBundle (Results 1 – 5 of 5) sorted by relevance
321 UBool isPoolBundle; member
208 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init()211 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
448 … (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);
1060 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() argument1087 bundle->fIsPoolBundle = isPoolBundle; in bundle_open()1088 if (gUsePoolBundle || isPoolBundle) { in bundle_open()