Searched refs:cclass_Unicode (Results 1 – 5 of 5) sorted by relevance
45 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;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;55 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_VALUE = 0x00000200;69 const sal_uInt8 cclass_Unicode::nDefCnt = 128;208 const sal_Int32 cclass_Unicode::pParseTokensType[ nDefCnt ] =[all …]
44 cclass_Unicode::cclass_Unicode( uno::Reference < XMultiServiceFactory > xSMgr ) : xMSF( xSMgr ), in cclass_Unicode() function in com::sun::star::i18n::cclass_Unicode58 cclass_Unicode::~cclass_Unicode() { in ~cclass_Unicode()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()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()[all …]
40 class cclass_Unicode : public cppu::WeakImplHelper1 < XCharacterClassification > class43 …cclass_Unicode(com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xSMgr…44 ~cclass_Unicode();
35 class cclass_CJK : public cclass_Unicode {
155 IMPL_CREATEINSTANCE_MSF( cclass_Unicode )
Completed in 75 milliseconds