Home
last modified time | relevance | path

Searched refs:UPT_FLAG_TYPE (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/i18npool/inc/
H A Dcclass_unicode.hxx38 typedef sal_uInt32 UPT_FLAG_TYPE; typedef
101 static const UPT_FLAG_TYPE TOKEN_ILLEGAL;
102 static const UPT_FLAG_TYPE TOKEN_CHAR;
108 static const UPT_FLAG_TYPE TOKEN_BOOL;
109 static const UPT_FLAG_TYPE TOKEN_WORD;
110 static const UPT_FLAG_TYPE TOKEN_WORD_SEP;
111 static const UPT_FLAG_TYPE TOKEN_VALUE;
117 static const UPT_FLAG_TYPE TOKEN_NAME_SEP;
133 UPT_FLAG_TYPE* pTable;
134 UPT_FLAG_TYPE* pStart;
[all …]
/aoo4110/main/i18npool/source/characterclassification/
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;
52 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_BOOL = 0x00000040;
53 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_WORD = 0x00000080;
55 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_VALUE = 0x00000200;
448 pTable = new UPT_FLAG_TYPE[nDefCnt]; in initParserTable()
550 pStart = new UPT_FLAG_TYPE[ nLen ]; in initParserTable()
564 pCont = new UPT_FLAG_TYPE[ nLen ]; in initParserTable()
[all …]

Completed in 19 milliseconds