Lines Matching refs:cclass_Unicode

44 cclass_Unicode::cclass_Unicode( uno::Reference < XMultiServiceFactory > xSMgr ) : xMSF( xSMgr ),  in cclass_Unicode()  function in com::sun::star::i18n::cclass_Unicode
58 cclass_Unicode::~cclass_Unicode() { in ~cclass_Unicode()
65 cclass_Unicode::toUpper( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale& rLoc… in toUpper()
77 cclass_Unicode::toLower( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale& rLoc… in toLower()
89 cclass_Unicode::toTitle( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale& rLoc… in toTitle()
114 cclass_Unicode::getType( const OUString& Text, sal_Int32 nPos ) throw(RuntimeException) { in getType()
120 cclass_Unicode::getCharacterDirection( const OUString& Text, sal_Int32 nPos ) throw(RuntimeExceptio… in getCharacterDirection()
127 cclass_Unicode::getScript( const OUString& Text, sal_Int32 nPos ) throw(RuntimeException) { in getScript()
137 cclass_Unicode::getCharType( const OUString& Text, sal_Int32* nPos, sal_Int32 increment) { in getCharType()
203 cclass_Unicode::getCharacterType( const OUString& Text, sal_Int32 nPos, const Locale& /*rLocale*/ )… in getCharacterType()
210 cclass_Unicode::getStringType( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale… in getStringType()
219 ParseResult SAL_CALL cclass_Unicode::parseAnyToken( in parseAnyToken()
242 ParseResult SAL_CALL cclass_Unicode::parsePredefinedToken( in parsePredefinedToken()
265 OUString SAL_CALL cclass_Unicode::getImplementationName() throw( RuntimeException ) in getImplementationName()
271 sal_Bool SAL_CALL cclass_Unicode::supportsService(const OUString& rServiceName) throw( RuntimeExcep… in supportsService()
276 Sequence< OUString > SAL_CALL cclass_Unicode::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()