HomeSort by relevance Sort by last modified time
    Searched refs:poolStringIndexLimit (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 59 * bits 31..8 poolStringIndexLimit bits 23..0
81 * bits 15..12 poolStringIndexLimit bits 27..24
139 private int poolStringIndexLimit;
270 // In version 3, they contain bits 23..0 of the poolStringIndexLimit.
272 poolStringIndexLimit = indexes0 >>> 8;
281 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24
569 if (offset < poolStringIndexLimit) {
572 return getStringV2(res - poolStringIndexLimit);
597 if (offset < poolStringIndexLimit) {
600 return isStringV2NoInheritanceMarker(offset - poolStringIndexLimit);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 57 * bits 31..8 poolStringIndexLimit bits 23..0
79 * bits 15..12 poolStringIndexLimit bits 27..24
137 private int poolStringIndexLimit;
268 // In version 3, they contain bits 23..0 of the poolStringIndexLimit.
270 poolStringIndexLimit = indexes0 >>> 8;
279 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24
567 if (offset < poolStringIndexLimit) {
570 return getStringV2(res - poolStringIndexLimit);
595 if (offset < poolStringIndexLimit) {
598 return isStringV2NoInheritanceMarker(offset - poolStringIndexLimit);
    [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 205 // In version 3, they contain bits 23..0 of the poolStringIndexLimit.
207 pResData->poolStringIndexLimit=(int32_t)((uint32_t)indexes[URES_INDEX_LENGTH]>>8);
214 pResData->poolStringIndexLimit|=(att&0xf000)<<12; // bits 15..12 -> 27..24
314 if((int32_t)offset<pResData->poolStringIndexLimit) {
317 p=(const UChar *)pResData->p16BitUnits+(offset-pResData->poolStringIndexLimit);
365 if((int32_t)offset<pResData->poolStringIndexLimit) {
368 p=(const UChar *)pResData->p16BitUnits+(offset-pResData->poolStringIndexLimit);
583 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit;
    [all...]
uresdata.h 98 * bits 31..8 poolStringIndexLimit bits 23..0
120 * bits 15..12 poolStringIndexLimit bits 27..24
164 * - poolStringIndexLimit:
170 * Guarantee: poolStringIndex16Limit <= poolStringIndexLimit
172 * The local bundle's poolStringIndexLimit is greater than
174 * The poolStringIndexLimit should not be greater than
360 * Starting with formatVersion 3/ICU 56, if offset<poolStringIndexLimit
390 int32_t poolStringIndexLimit;
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 279 milliseconds