Home
last modified time | relevance | path

Searched refs:jumpTo (Results 1 – 5 of 5) sorted by relevance

/trunk/main/autodoc/source/parser_i/idoc/
H A Dcx_docu2.cxx79 if ( NULCH == jumpTo(io_rText,'>') ) in ReadCharChain()
88 char c = jumpTo(io_rText,'>','*'); in ReadCharChain()
107 char cReached = jumpTo(io_rText,'"','>','*'); in ReadCharChain()
114 char c = jumpTo(io_rText,'"','*', '>'); in ReadCharChain()
150 char c = jumpTo(io_rText,'>','*'); in ReadCharChain()
167 char cReached = jumpTo(io_rText,'"','>','*'); in ReadCharChain()
175 char c = jumpTo(io_rText,'"','*','>'); in ReadCharChain()
186 c = jumpTo(io_rText,'>','*'); in ReadCharChain()
211 char c = jumpTo(io_rText,'>','*'); in ReadCharChain()
/trunk/main/autodoc/source/parser/inc/tokens/
H A Dparseinc.hxx44 jumpTo( CharacterSource & io_rText, in jumpTo() function
57 jumpTo( CharacterSource & io_rText, in jumpTo() function
71 jumpTo( CharacterSource & io_rText, in jumpTo() function
86 jumpTo( CharacterSource & io_rText, in jumpTo() function
/trunk/main/autodoc/source/parser_i/idl/
H A Dcx_sub.cxx65 cNext = jumpTo(io_rText,'*','\n'); in ReadCharChain()
117 if ( (cNext = jumpTo(io_rText,';',',','"','}')) == NULCH ) in ReadCharChain()
124 if ( (cNext = jumpTo(io_rText,'"','\\')) == NULCH ) in ReadCharChain()
/trunk/main/autodoc/source/parser/cpp/
H A Dcx_c_sub.cxx50 cNext = jumpTo( io_rText,'*',char(10) ); in ReadCharChain()
H A Dcx_c_pp.cxx124 char cSeparator = jumpTo( io_rText, ',', ')' ); in ReadCharChain()

Completed in 23 milliseconds