Home
last modified time | relevance | path

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

/AOO41X/main/dtrans/source/cnttype/
H A Dmcnttype.cxx157 m_nxtSym = OUString( &m_ContentType[m_nPos], 1 ); in getSym()
162 m_nxtSym = OUString( ); in getSym()
171 if ( pSymTlb.indexOf( m_nxtSym ) < 0 ) in acceptSym()
183 while ( SPACE == m_nxtSym ) in skipSpaces()
196 if ( !isInRange( m_nxtSym, TOKEN ) ) in type()
200 while( m_nxtSym.getLength( ) ) in type()
202 if ( isInRange( m_nxtSym, TOKEN ) ) in type()
203 m_MediaType += m_nxtSym; in type()
204 else if ( isInRange( m_nxtSym, OUString::createFromAscii( "/ " ) ) ) in type()
227 if ( !isInRange( m_nxtSym, TOKEN ) ) in subtype()
[all …]
H A Dmcnttype.hxx89 rtl::OUString m_nxtSym; member in CMimeContentType