Home | History | Annotate | Download | only in common

Lines Matching defs:headerLength

1422     uint32_t headerLength;
1426 headerLength=MBCS_HEADER_V4_LENGTH;
1429 headerLength=header->options&MBCS_OPT_LENGTH_MASK;
1468 baseName=(const char *)header+headerLength*4;
1630 mbcsTable->stateTable=(const int32_t (*)[256])(raw+headerLength*4);