Searched refs:nSeparation (Results 1 – 1 of 1) sorted by relevance
443 sal_Int32 nSeparation = _sSQLString.indexOf( ' ' ); in toDateTime() local444 if ( -1 != nSeparation ) in toDateTime()445 aTime = toTime( _sSQLString.copy( nSeparation ) ); in toDateTime()
Completed in 17 milliseconds