Searched refs:jumpTo (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/autodoc/source/parser_i/idoc/ |
H A D | cx_docu2.cxx | 79 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()
|
/aoo42x/main/autodoc/source/parser/inc/tokens/ |
H A D | parseinc.hxx | 44 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
|
/aoo42x/main/autodoc/source/parser_i/idl/ |
H A D | cx_sub.cxx | 65 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()
|
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | cx_c_sub.cxx | 50 cNext = jumpTo( io_rText,'*',char(10) ); in ReadCharChain()
|
H A D | cx_c_pp.cxx | 124 char cSeparator = jumpTo( io_rText, ',', ')' ); in ReadCharChain()
|
Completed in 15 milliseconds