Searched refs:_nSepPos (Results 1 – 1 of 1) sorted by relevance
2432 static sal_Bool ImplCutTimePortion( String& _rStr, xub_StrLen _nSepPos, sal_Bool _bSkipInvalidChara… in ImplCutTimePortion() argument2434 String sPortion = _rStr.Copy( 0, _nSepPos ); in ImplCutTimePortion()2435 _rStr.Erase( 0, _nSepPos + 1 ); in ImplCutTimePortion()
Completed in 34 milliseconds