Home
last modified time | relevance | path

Searched refs:TOKEN_SWITCH_PAGE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/IM/libwbxml/include/
Dwbxml_const.h46 TOKEN_SWITCH_PAGE = 0, enumerator
/packages/apps/IM/libwbxml/src/
Dwbxml_parser.cpp60 if (token == TOKEN_SWITCH_PAGE) in isTagStart()
276 if (stag == TOKEN_SWITCH_PAGE) { in parse()
320 if (byte == TOKEN_SWITCH_PAGE) { in parse()
659 if (attrStart == TOKEN_SWITCH_PAGE) { in readAttribute()
Dimps_encoder.cpp95 appendResult(TOKEN_SWITCH_PAGE); in startElement()