Searched refs:extOffset (Results 1 – 3 of 3) sorted by relevance
32 le_uint32 extOffset = READ_LONG(extensionOffset); in process() local33 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset); in process()
1360 int32_t extOffset; in ucnv_swap() local1469 extOffset=(int32_t)(mbcsHeader.flags>>8); in ucnv_swap()1513 if(extOffset==0) { in ucnv_swap()1523 if(length>=0 && length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_swap()1530 inExtIndexes=(const int32_t *)(inBytes+extOffset); in ucnv_swap()1531 size=extOffset+udata_readInt32(ds, inExtIndexes[UCNV_EXT_SIZE]); in ucnv_swap()1638 if(extOffset!=0) { in ucnv_swap()1640 inBytes+=extOffset; in ucnv_swap()1641 outBytes+=extOffset; in ucnv_swap()
484 int32_t extOffset; in ucnv_enumDependencies() local509 extOffset=(int32_t)(mbcsHeaderFlags>>8); in ucnv_enumDependencies()521 if(length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_enumDependencies()