Searched refs:sTimeSep (Results 1 – 1 of 1) sorted by relevance
453 static sal_Unicode sTimeSep = ':'; in toTime() local460 nHour = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()463 nMinute = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()466 nSecond = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()
Completed in 8 milliseconds