Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java355 private static int RES_GET_OFFSET(int res) { in RES_GET_OFFSET() method in ICUResourceBundleReader
509 int offset = RES_GET_OFFSET(res); in getStringV2()
562 int offset=RES_GET_OFFSET(res); in getString()
591 int offset = RES_GET_OFFSET(res); in isNoInheritanceMarker()
625 int offset=RES_GET_OFFSET(res); in getAlias()
646 int offset=RES_GET_OFFSET(res); in getBinary()
680 int offset=RES_GET_OFFSET(res); in getBinary()
713 int offset=RES_GET_OFFSET(res); in getIntVector()
735 int offset=RES_GET_OFFSET(res); in getArray()
753 int offset = RES_GET_OFFSET(res); in getTable()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java353 private static int RES_GET_OFFSET(int res) { in RES_GET_OFFSET() method in ICUResourceBundleReader
507 int offset = RES_GET_OFFSET(res); in getStringV2()
560 int offset=RES_GET_OFFSET(res); in getString()
589 int offset = RES_GET_OFFSET(res); in isNoInheritanceMarker()
623 int offset=RES_GET_OFFSET(res); in getAlias()
644 int offset=RES_GET_OFFSET(res); in getBinary()
678 int offset=RES_GET_OFFSET(res); in getBinary()
711 int offset=RES_GET_OFFSET(res); in getIntVector()
733 int offset=RES_GET_OFFSET(res); in getArray()
751 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()