Home
last modified time | relevance | path

Searched refs:mCurrTagPage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/IM/libwbxml/src/
Dwbxml_parser.cpp96 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()
/packages/apps/IM/libwbxml/include/
Dwbxml_parser.h175 uint32_t mCurrTagPage; variable