Lines Matching refs:UINT16

62 const UINT16 nTok_at_author = 100 + Tok_AtTag::author;
63 const UINT16 nTok_at_see = 100 + Tok_AtTag::see;
64 const UINT16 nTok_at_param = 100 + Tok_AtTag::param;
65 const UINT16 nTok_at_return = 100 + Tok_AtTag::e_return;
66 const UINT16 nTok_at_throws = 100 + Tok_AtTag::e_throw;
67 const UINT16 nTok_at_example = 100 + Tok_AtTag::example;
68 const UINT16 nTok_at_deprecated = 100 + Tok_AtTag::deprecated;
69 const UINT16 nTok_at_suspicious = 100 + Tok_AtTag::suspicious;
70 const UINT16 nTok_at_missing = 100 + Tok_AtTag::missing;
71 const UINT16 nTok_at_incomplete = 100 + Tok_AtTag::incomplete;
72 const UINT16 nTok_at_version = 100 + Tok_AtTag::version;
73 const UINT16 nTok_at_guarantees = 100 + Tok_AtTag::guarantees;
74 const UINT16 nTok_at_exception = 100 + Tok_AtTag::exception;
75 const UINT16 nTok_at_since = 100 + Tok_AtTag::since;
77 const UINT16 nTok_const_TRUE = 200 + Tok_XmlConst::e_true;
78 const UINT16 nTok_const_FALSE = 200 + Tok_XmlConst::e_false;
79 const UINT16 nTok_const_NULL = 200 + Tok_XmlConst::e_null;
80 const UINT16 nTok_const_void = 200 + Tok_XmlConst::e_void;
82 const UINT16 nTok_link_typeB = 300 + Tok_XmlLink_BeginTag::type;
83 const UINT16 nTok_link_typeE = 325 + Tok_XmlLink_EndTag::type;
84 const UINT16 nTok_link_memberB = 300 + Tok_XmlLink_BeginTag::member;
85 const UINT16 nTok_link_membeE = 325 + Tok_XmlLink_EndTag::member;
86 const UINT16 nTok_link_constB = 300 + Tok_XmlLink_BeginTag::e_const;
87 const UINT16 nTok_link_constE = 325 + Tok_XmlLink_EndTag::e_const;
89 const UINT16 nTok_format_listingB = 350 + Tok_XmlFormat_BeginTag::listing;
90 const UINT16 nTok_format_listingE = 375 + Tok_XmlFormat_EndTag::listing;
91 const UINT16 nTok_format_codeB = 350 + Tok_XmlFormat_BeginTag::code;
92 const UINT16 nTok_format_codeE = 375 + Tok_XmlFormat_EndTag::code;
93 const UINT16 nTok_format_atomB = 350 + Tok_XmlFormat_BeginTag::atom;
94 const UINT16 nTok_format_atomE = 375 + Tok_XmlFormat_EndTag::atom;
97 const UINT16 nTok_html_parastart = 400;
99 const UINT16 nTok_MLDocuEnd = 501;
100 const UINT16 nTok_EOL = 502;
148 UINT16 nTokenId = 0; in ReadCharChain()
179 UINT16 i_nTokenId, in PerformStatusFunction()