Searched refs:poolStringIndexLimit (Results 1 – 7 of 7) sorted by relevance
141 private int poolStringIndexLimit; field in ICUResourceBundleReader276 poolStringIndexLimit = indexes0 >>> 8; in init()285 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24 in init()572 if (offset < poolStringIndexLimit) { in getString()575 return getStringV2(res - poolStringIndexLimit); in getString()600 if (offset < poolStringIndexLimit) { in isNoInheritanceMarker()603 return isStringV2NoInheritanceMarker(offset - poolStringIndexLimit); in isNoInheritanceMarker()963 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
139 private int poolStringIndexLimit; field in ICUResourceBundleReader274 poolStringIndexLimit = indexes0 >>> 8; in init()283 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24 in init()570 if (offset < poolStringIndexLimit) { in getString()573 return getStringV2(res - poolStringIndexLimit); in getString()598 if (offset < poolStringIndexLimit) { in isNoInheritanceMarker()601 return isStringV2NoInheritanceMarker(offset - poolStringIndexLimit); in isNoInheritanceMarker()961 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
210 pResData->poolStringIndexLimit=(int32_t)((uint32_t)indexes[URES_INDEX_LENGTH]>>8); in res_init()217 pResData->poolStringIndexLimit|=(att&0xf000)<<12; // bits 15..12 -> 27..24 in res_init()317 if((int32_t)offset<pResData->poolStringIndexLimit) { in res_getStringNoTrace()320 p=(const UChar *)pResData->p16BitUnits+(offset-pResData->poolStringIndexLimit); in res_getStringNoTrace()368 if((int32_t)offset<pResData->poolStringIndexLimit) { in isNoInheritanceMarker()371 p=(const UChar *)pResData->p16BitUnits+(offset-pResData->poolStringIndexLimit); in isNoInheritanceMarker()706 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()
394 int32_t poolStringIndexLimit; member