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.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()
729 int offset = RES_GET_OFFSET(res); in getArrayLength()
749 int offset=RES_GET_OFFSET(res); in getArray()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java351 private static int RES_GET_OFFSET(int res) { in RES_GET_OFFSET() method in ICUResourceBundleReader
505 int offset = RES_GET_OFFSET(res); in getStringV2()
558 int offset=RES_GET_OFFSET(res); in getString()
587 int offset = RES_GET_OFFSET(res); in isNoInheritanceMarker()
621 int offset=RES_GET_OFFSET(res); in getAlias()
642 int offset=RES_GET_OFFSET(res); in getBinary()
676 int offset=RES_GET_OFFSET(res); in getBinary()
709 int offset=RES_GET_OFFSET(res); in getIntVector()
727 int offset = RES_GET_OFFSET(res); in getArrayLength()
747 int offset=RES_GET_OFFSET(res); in getArray()
[all …]
/external/icu/icu4c/source/common/
Duresdata.cpp310 uint32_t offset=RES_GET_OFFSET(res); in res_getString()
355 uint32_t offset=RES_GET_OFFSET(res); in isNoInheritanceMarker()
388 uint32_t offset=RES_GET_OFFSET(res); in res_getAlias()
407 uint32_t offset=RES_GET_OFFSET(res); in res_getBinary()
427 uint32_t offset=RES_GET_OFFSET(res); in res_getIntVector()
444 uint32_t offset=RES_GET_OFFSET(res); in res_countArrayItems()
469 uint32_t offset=RES_GET_OFFSET(res); in getArrayLength()
484 uint32_t offset=RES_GET_OFFSET(res); in getTableLength()
591 uint32_t offset=RES_GET_OFFSET(table); in res_getTableItemByKey()
639 uint32_t offset=RES_GET_OFFSET(table); in res_getTableItemByIndex()
[all …]
Duresdata.h67 #define RES_GET_OFFSET(res) ((res)&0x0fffffff) macro
68 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp398 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings()
465 int32_t offset = (int32_t)RES_GET_OFFSET(resWord); in makeRes16()
1579 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2()
1680 int32_t localStringIndex = (int32_t)RES_GET_OFFSET(res->fRes) - fPoolStringIndexLimit; in compactStringsV2()