Home
last modified time | relevance | path

Searched refs:aSepStr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield2.cxx2462 XubString aSepStr( RTL_CONSTASCII_USTRINGPARAM( ",.;:/" ) ); in ImplTimeGetValue() local
2464 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 34 milliseconds