Home | History | Annotate | Download | only in common

Lines Matching defs:headerLength

1418     uint32_t headerLength;
1422 headerLength=MBCS_HEADER_V4_LENGTH;
1425 headerLength=header->options&MBCS_OPT_LENGTH_MASK;
1464 baseName=(const char *)header+headerLength*4;
1626 mbcsTable->stateTable=(const int32_t (*)[256])(raw+headerLength*4);