Searched refs:CMP_LOWER (Results 1 – 4 of 4) sorted by relevance
1106 WildCard aWildeKarte( String(CMP_LOWER( aName ), osl_getThreadTextEncoding()) ); in First()1108 WildCard aWildeKarte( String(CMP_LOWER( aName ), gsl_getSystemTextEncoding()) ); in First()1115 … if ( aWildeKarte.Matches( String(CMP_LOWER( aFound ), osl_getThreadTextEncoding()))) in First()1485 if ( CMP_LOWER(pThis->aName) != CMP_LOWER(pWith->aName) ) in operator ==()2520 aOldName = CMP_LOWER(aOldName); in MakeShortName()2601 if ( FSYS_KIND_ALL == eKind && CMP_LOWER(aName) == aOldName ) in MakeShortName()2602 …if ( FSYS_KIND_ALL == eKind && CMP_LOWER(ByteString(GetName(), osl_getThreadTextEncoding())) == aO… in MakeShortName()
58 #define CMP_LOWER(s) ( s.ToLowerAscii() ) macro
83 #define CMP_LOWER(s) ( ByteString(s).ToLowerAscii() ) macro
51 #define CMP_LOWER(s) (s) macro
Completed in 100 milliseconds