Home | History | Annotate | Download | only in common

Lines Matching defs:headerLength

1419     uint32_t headerLength;
1423 headerLength=MBCS_HEADER_V4_LENGTH;
1426 headerLength=header->options&MBCS_OPT_LENGTH_MASK;
1465 baseName=(const char *)header+headerLength*4;
1627 mbcsTable->stateTable=(const int32_t (*)[256])(raw+headerLength*4);