Searched refs:stylesheader (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp138 StylesHeader stylesheader; local
139 memcpy(&stylesheader, pflatRunArray, sizeof(StylesHeader));
140 if (swap_data(B_UINT32_TYPE, &stylesheader, sizeof(StylesHeader),
150 static_cast<unsigned long>(stylesheader.magic));
151 if (stylesheader.magic == 'Ali!')
158 static_cast<unsigned long>(stylesheader.version));
159 if (stylesheader.version == 0)
165 static_cast<int>(stylesheader.count));
169 for (int32 i = 0; i < stylesheader.count; i++)
346 StylesHeader stylesheader; local
[all...]

Completed in 92 milliseconds