Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java286 private boolean isPoolBundle; field in ICUResourceBundleReader
368 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()
/external/icu/icu4c/source/common/
Duresdata.h321 UBool isPoolBundle; member
Duresdata.c204 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()
Duresbund.cpp440 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
/external/icu/icu4c/source/tools/genrb/
Dreslist.h66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
Dreslist.c1102 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() argument
1129 bundle->fIsPoolBundle = isPoolBundle; in bundle_open()
1130 if (gUsePoolBundle || isPoolBundle) { in bundle_open()