Searched refs:extOffset (Results 1 – 3 of 3) sorted by relevance
26 le_uint32 extOffset = SWAPL(extensionOffset); in process() local27 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset); in process()
1272 int32_t extOffset; in ucnv_swap() local1381 extOffset=(int32_t)(mbcsHeader.flags>>8); in ucnv_swap()1425 if(extOffset==0) { in ucnv_swap()1435 if(length>=0 && length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_swap()1442 inExtIndexes=(const int32_t *)(inBytes+extOffset); in ucnv_swap()1443 size=extOffset+udata_readInt32(ds, inExtIndexes[UCNV_EXT_SIZE]); in ucnv_swap()1550 if(extOffset!=0) { in ucnv_swap()1552 inBytes+=extOffset; in ucnv_swap()1553 outBytes+=extOffset; in ucnv_swap()
501 int32_t extOffset; in ucnv_enumDependencies() local526 extOffset=(int32_t)(mbcsHeaderFlags>>8); in ucnv_enumDependencies()538 if(length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_enumDependencies()