Searched refs:toLower_rtl (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 176 …::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
|
/aoo41x/main/unotools/source/i18n/ |
H A D | charclass.cxx | 375 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
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 641 return pCC->toLower_rtl(aTerm, 0, aTerm.getLength()); in makeLowerCase() 663 + pCC->toLower_rtl(aTerm,1,(tlen-1)) ); in makeInitCap()
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 763 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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmsrcimp.cxx | 513 m_aCharacterClassficator.toLower_rtl(sCurrentCheck); in SearchWildcard() 991 m_aCharacterClassficator.toLower_rtl(strSearchExpression); in SearchNextImpl()
|
Completed in 66 milliseconds