Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Ddirent.cxx1103 WildCard aWildeKarte( String(CMP_LOWER( aName ), osl_getThreadTextEncoding()) ); in First()
1105 WildCard aWildeKarte( String(CMP_LOWER( aName ), gsl_getSystemTextEncoding()) ); in First()
1112 … if ( aWildeKarte.Matches( String(CMP_LOWER( aFound ), osl_getThreadTextEncoding()))) in First()
1482 if ( CMP_LOWER(pThis->aName) != CMP_LOWER(pWith->aName) ) in operator ==()
2517 aOldName = CMP_LOWER(aOldName); in MakeShortName()
2598 if ( FSYS_KIND_ALL == eKind && CMP_LOWER(aName) == aOldName ) in MakeShortName()
2599 …if ( FSYS_KIND_ALL == eKind && CMP_LOWER(ByteString(GetName(), osl_getThreadTextEncoding())) == aO… in MakeShortName()
H A Dos2.hxx58 #define CMP_LOWER(s) ( s.ToLowerAscii() ) macro
H A Dwntmsc.hxx83 #define CMP_LOWER(s) ( ByteString(s).ToLowerAscii() ) macro
H A Dunx.hxx51 #define CMP_LOWER(s) (s) macro

Completed in 30 milliseconds