Searched refs:nSeparation (Results 1 – 2 of 2) sorted by relevance
326 int nSeparation = _sSQLString.indexOf( ' ' ); in toDateTime() local329 if (nSeparation >= 0) { in toDateTime()330 dateString = _sSQLString.substring(0, nSeparation); in toDateTime()331 timeString = _sSQLString.substring(nSeparation + 1); in toDateTime()338 if ( -1 != nSeparation ) in toDateTime()
443 sal_Int32 nSeparation = _sSQLString.indexOf( ' ' ); in toDateTime() local444 if ( -1 != nSeparation ) in toDateTime()445 aTime = toTime( _sSQLString.copy( nSeparation ) ); in toDateTime()
Completed in 23 milliseconds