Searched refs:isPoolBundle (Results 1 – 7 of 7) sorted by relevance
142 private boolean isPoolBundle; field in ICUResourceBundleReader221 if (!poolBundleReader.isPoolBundle) { in ICUResourceBundleReader()279 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0; in init()290 if(isPoolBundle) { in init()324 if(!isPoolBundle || b16BitUnits.length() > 1) { in init()
140 private boolean isPoolBundle; field in ICUResourceBundleReader219 if (!poolBundleReader.isPoolBundle) { in ICUResourceBundleReader()277 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0; in init()288 if(isPoolBundle) { in init()322 if(!isPoolBundle || b16BitUnits.length() > 1) { in init()
393 UBool isPoolBundle; member
212 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init()217 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
441 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
1124 SRBRoot::SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode) in SRBRoot() argument1126 fStringsForm(STRINGS_UTF16_V1), fIsPoolBundle(isPoolBundle), in SRBRoot()1144 if (isPoolBundle) { in SRBRoot()1158 if (gUsePoolBundle || isPoolBundle) { in SRBRoot()
69 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);