Home
last modified time | relevance | path

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

/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx176 …::rtl::OUString toLower_rtl( const ::rtl::OUString& rStr, sal_Int32 nPos, sal_Int32 nCount ) cons…
227 …const ::rtl::OUString& toLower_rtl( ::rtl::OUString& _rStr ) const { return _rStr = toLower_rtl( _… in toLower_rtl() function in CharClass
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx375 return toLower_rtl(::rtl::OUString(rStr), nPos, nCount); in toLower()
413 ::rtl::OUString CharClass::toLower_rtl( const ::rtl::OUString& rStr, sal_Int32 nPos, sal_Int32 nCou… in toLower_rtl() function in CharClass
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx640 return pCC->toLower_rtl(aTerm, 0, aTerm.getLength()); in makeLowerCase()
662 + pCC->toLower_rtl(aTerm,1,(tlen-1)) ); in makeInitCap()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx763 return pCC->toLower_rtl(aTerm, 0, aTerm.getLength()); in makeLowerCase()
782 return ( pCC->toUpper_rtl(bTemp, 0, 1) + pCC->toLower_rtl(aTerm,1,(tlen-1)) ); in makeInitCap()
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx513 m_aCharacterClassficator.toLower_rtl(sCurrentCheck); in SearchWildcard()
991 m_aCharacterClassficator.toLower_rtl(strSearchExpression); in SearchNextImpl()

Completed in 36 milliseconds