Searched refs:stringTableSize (Results 1 – 9 of 9) sorted by relevance
472 const size_t stringTableSize = fNameTableSize - stringTableOffset; in next() local492 if (stringTableSize < nameOffset + nameLength) { in next()
59 uint32_t stringTableSize; member
265 gMainTable.stringTableSize = sectionSizes[8]; in initAliasData()306 currOffset += gMainTable.stringTableSize; in initAliasData()
5223 const UInt32 stringTableSize = bhLangTables.Offset - bhStrings.Offset; in Parse() local5224 if (stringTableSize < 2) in Parse()5227 if (strData[stringTableSize - 1] != 0) in Parse()5230 NumStringChars = stringTableSize; in Parse()5233 if ((stringTableSize & 1) != 0) in Parse()5236 if (strData[stringTableSize - 2] != 0) in Parse()