Searched refs:aSepStr (Results 1 – 1 of 1) sorted by relevance
2462 XubString aSepStr( RTL_CONSTASCII_USTRINGPARAM( ",.;:/" ) ); in ImplTimeGetValue() local2464 aSepStr.Append( '-' ); in ImplTimeGetValue()2467 for ( xub_StrLen i = 0; i < aSepStr.Len(); i++ ) in ImplTimeGetValue()2469 if ( aSepStr.GetChar( i ) == rLocaleDataWrapper.getTimeSep() ) in ImplTimeGetValue()2473 if ( aStr.GetChar( j ) == aSepStr.GetChar( i ) ) in ImplTimeGetValue()
Completed in 28 milliseconds