Searched refs:ImplIsOnlyDigits (Results 1 – 1 of 1) sorted by relevance
2407 static sal_Bool ImplIsOnlyDigits( const String& _rStr ) in ImplIsOnlyDigits() function2424 if ( ( _rStr.Len() > 2 ) || ( _rStr.Len() < 1 ) || !ImplIsOnlyDigits( _rStr ) ) in ImplIsValidTimePortion()
Completed in 29 milliseconds