Home
last modified time | relevance | path

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

/AOO41X/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx44 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()
[all …]
H A Dcclass_unicode_parser.cxx45 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_ILLEGAL = 0x00000000;
46 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR = 0x00000001;
47 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_BOOL = 0x00000002;
48 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_WORD = 0x00000004;
49 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_VALUE = 0x00000008;
50 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_STRING = 0x00000010;
51 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_DONTCARE= 0x00000020;
52 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_BOOL = 0x00000040;
53 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_WORD = 0x00000080;
54 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_WORD_SEP = 0x00000100;
[all …]
/AOO41X/main/i18npool/inc/
H A Dcclass_unicode.hxx40 class cclass_Unicode : public cppu::WeakImplHelper1 < XCharacterClassification > class
43cclass_Unicode(com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xSMgr…
44 ~cclass_Unicode();
H A Dcclass_cjk.hxx35 class cclass_CJK : public cclass_Unicode {
/AOO41X/main/i18npool/source/registerservices/
H A Dregisterservices.cxx155 IMPL_CREATEINSTANCE_MSF( cclass_Unicode )