Searched refs:isPoolBundle (Results 1 – 6 of 6) sorted by relevance
286 private boolean isPoolBundle; field in ICUResourceBundleReader368 if (!poolBundleReader.isPoolBundle) { in ICUResourceBundleReader()423 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0; in init()452 if(isPoolBundle) { in init()464 if(!isPoolBundle) { in init()
321 UBool isPoolBundle; member
204 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init()207 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
440 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
1102 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() argument1129 bundle->fIsPoolBundle = isPoolBundle; in bundle_open()1130 if (gUsePoolBundle || isPoolBundle) { in bundle_open()