Searched refs:sDateSep (Results 1 – 1 of 1) sorted by relevance
416 static sal_Unicode sDateSep = '-'; in toDate() local422 nYear = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()425 nMonth = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()427 nDay = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()
Completed in 11 milliseconds