Home
last modified time | relevance | path

Searched refs:RES_GET_OFFSET (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java354 private static int RES_GET_OFFSET(int res) { in RES_GET_OFFSET() method in ICUResourceBundleReader
508 int offset = RES_GET_OFFSET(res); in getStringV2()
561 int offset=RES_GET_OFFSET(res); in getString()
590 int offset = RES_GET_OFFSET(res); in isNoInheritanceMarker()
624 int offset=RES_GET_OFFSET(res); in getAlias()
645 int offset=RES_GET_OFFSET(res); in getBinary()
679 int offset=RES_GET_OFFSET(res); in getBinary()
712 int offset=RES_GET_OFFSET(res); in getIntVector()
734 int offset=RES_GET_OFFSET(res); in getArray()
752 int offset = RES_GET_OFFSET(res); in getTable()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java356 private static int RES_GET_OFFSET(int res) { in RES_GET_OFFSET() method in ICUResourceBundleReader
510 int offset = RES_GET_OFFSET(res); in getStringV2()
563 int offset=RES_GET_OFFSET(res); in getString()
592 int offset = RES_GET_OFFSET(res); in isNoInheritanceMarker()
626 int offset=RES_GET_OFFSET(res); in getAlias()
647 int offset=RES_GET_OFFSET(res); in getBinary()
681 int offset=RES_GET_OFFSET(res); in getBinary()
714 int offset=RES_GET_OFFSET(res); in getIntVector()
736 int offset=RES_GET_OFFSET(res); in getArray()
754 int offset = RES_GET_OFFSET(res); in getTable()
[all …]
/external/icu/icu4c/source/common/
Duresdata.cpp312 uint32_t offset=RES_GET_OFFSET(res); in res_getString()
357 uint32_t offset=RES_GET_OFFSET(res); in isNoInheritanceMarker()
420 uint32_t offset=RES_GET_OFFSET(res); in res_getAlias()
439 uint32_t offset=RES_GET_OFFSET(res); in res_getBinary()
459 uint32_t offset=RES_GET_OFFSET(res); in res_getIntVector()
476 uint32_t offset=RES_GET_OFFSET(res); in res_countArrayItems()
576 uint32_t offset=RES_GET_OFFSET(res); in getArray()
604 uint32_t offset = RES_GET_OFFSET(res); in getTable()
711 uint32_t offset=RES_GET_OFFSET(table); in res_getTableItemByKey()
759 uint32_t offset=RES_GET_OFFSET(table); in res_getTableItemByIndex()
[all …]
Duresdata.h69 #define RES_GET_OFFSET(res) ((res)&0x0fffffff) macro
70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp400 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings()
467 int32_t offset = (int32_t)RES_GET_OFFSET(resWord); in makeRes16()
1581 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2()
1682 int32_t localStringIndex = (int32_t)RES_GET_OFFSET(res->fRes) - fPoolStringIndexLimit; in compactStringsV2()