Searched refs:sectionIndex (Results 1 – 3 of 3) sorted by relevance
97 private ItemType(int mapValue, int sectionIndex, int itemAlignment, String typeName) { in ItemType() argument99 this.SectionIndex = sectionIndex; in ItemType()
240 uint8_t sectionIndex = static_cast<uint8_t>(RelType & 0xFF); in processRelocationRef() local243 for (uint8_t i = 1; i < sectionIndex; i++) { in processRelocationRef()
955 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument963 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()964 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()