Searched refs:mCurrTagPage (Results 1 – 2 of 2) sorted by relevance
96 mCurrTagPage = mCurrAttrPage = 0; in reset()277 mCurrTagPage = readByte(); in parse()322 mCurrTagPage = readByte(); in parse()607 if (mCurrTagPage >= mNumTagPages) { in lookupTagName()610 const TagCodePage * page = &mTagPages[mCurrTagPage]; in lookupTagName()
175 uint32_t mCurrTagPage; variable