Home
last modified time | relevance | path

Searched refs:poolStringIndex16Limit (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java139 private int poolStringIndex16Limit; field in ICUResourceBundleReader
283 poolStringIndex16Limit = att >>> 16; in init()
956 if (res16 < reader.poolStringIndex16Limit) { in getContainer16Resource()
961 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleReader.java141 private int poolStringIndex16Limit; field in ICUResourceBundleReader
285 poolStringIndex16Limit = att >>> 16; in init()
958 if (res16 < reader.poolStringIndex16Limit) { in getContainer16Resource()
963 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresdata.h393 int32_t poolStringIndex16Limit; member
Duresdata.cpp217 pResData->poolStringIndex16Limit=(int32_t)((uint32_t)att>>16); in res_init()
698 if(res16<pResData->poolStringIndex16Limit) { in makeResourceFrom16()
703 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()
/third_party/icu/icu4c/source/common/
Duresdata.h395 int32_t poolStringIndex16Limit; member
Duresdata.cpp218 pResData->poolStringIndex16Limit=(int32_t)((uint32_t)att>>16); in res_init()
701 if(res16<pResData->poolStringIndex16Limit) { in makeResourceFrom16()
706 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.h395 int32_t poolStringIndex16Limit; member
Duresdata.cpp218 pResData->poolStringIndex16Limit=(int32_t)((uint32_t)att>>16); in res_init()
701 if(res16<pResData->poolStringIndex16Limit) { in makeResourceFrom16()
706 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()
/third_party/node/deps/icu-small/source/common/
Duresdata.h395 int32_t poolStringIndex16Limit; member
Duresdata.cpp218 pResData->poolStringIndex16Limit=(int32_t)((uint32_t)att>>16); in res_init()
701 if(res16<pResData->poolStringIndex16Limit) { in makeResourceFrom16()
706 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()