/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleReader.java | 141 private boolean isPoolBundle; field in ICUResourceBundleReader 222 if (poolBundleReader == null || !poolBundleReader.isPoolBundle) { in ICUResourceBundleReader() 280 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0; in init() 291 if(isPoolBundle) { in init() 325 if(!isPoolBundle || b16BitUnits.length() > 1) { in init()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUResourceBundleReader.java | 143 private boolean isPoolBundle; field in ICUResourceBundleReader 224 if (poolBundleReader == null || !poolBundleReader.isPoolBundle) { in ICUResourceBundleReader() 282 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0; in init() 293 if(isPoolBundle) { in init() 327 if(!isPoolBundle || b16BitUnits.length() > 1) { in init()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresdata.h | 395 UBool isPoolBundle; member
|
D | uresdata.cpp | 214 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init() 219 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
|
D | uresbund.cpp | 448 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
|
/third_party/icu/icu4c/source/common/ |
D | uresdata.h | 397 UBool isPoolBundle; member
|
D | uresdata.cpp | 215 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init() 220 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
|
D | uresbund.cpp | 454 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.h | 397 UBool isPoolBundle; member
|
D | uresdata.cpp | 215 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init() 220 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
|
D | uresbund.cpp | 454 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.h | 397 UBool isPoolBundle; member
|
D | uresdata.cpp | 215 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0); in res_init() 220 …if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) { in res_init()
|
D | uresbund.cpp | 456 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 1126 SRBRoot::SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode) in SRBRoot() argument 1128 fStringsForm(STRINGS_UTF16_V1), fIsPoolBundle(isPoolBundle), in SRBRoot() 1146 if (isPoolBundle) { in SRBRoot() 1160 if (gUsePoolBundle || isPoolBundle) { in SRBRoot()
|
D | reslist.h | 71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 1143 SRBRoot::SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode) in SRBRoot() argument 1145 fStringsForm(STRINGS_UTF16_V1), fIsPoolBundle(isPoolBundle), in SRBRoot() 1164 if (isPoolBundle) { in SRBRoot() 1178 if (gUsePoolBundle || isPoolBundle) { in SRBRoot()
|
D | reslist.h | 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1143 SRBRoot::SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode) in SRBRoot() argument 1145 fStringsForm(STRINGS_UTF16_V1), fIsPoolBundle(isPoolBundle), in SRBRoot() 1164 if (isPoolBundle) { in SRBRoot() 1178 if (gUsePoolBundle || isPoolBundle) { in SRBRoot()
|
D | reslist.h | 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 1135 SRBRoot::SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode) in SRBRoot() argument 1137 fStringsForm(STRINGS_UTF16_V1), fIsPoolBundle(isPoolBundle), in SRBRoot() 1156 if (isPoolBundle) { in SRBRoot() 1170 if (gUsePoolBundle || isPoolBundle) { in SRBRoot()
|
D | reslist.h | 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
|