Home
last modified time | relevance | path

Searched refs:TOKEN_CHAR (Results 1 – 2 of 2) sorted by path

/trunk/main/i18npool/inc/
H A Dcclass_unicode.hxx102 static const UPT_FLAG_TYPE TOKEN_CHAR; member in com::sun::star::i18n::cclass_Unicode
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx46 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR = 0x00000001; member in com::sun::star::i18n::cclass_Unicode
107 /* 33 ! */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
112 /* 38 & */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
114 /* 40 ( */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
115 /* 41 ) */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
116 /* 42 * */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
121 /* 47 / */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
134 /* 59 ; */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
136 /* 61 = */ TOKEN_CHAR | TOKEN_BOOL | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
170 /* 94 ^ */ TOKEN_CHAR | TOKEN_WORD_SEP | TOKEN_VALUE_SEP,
[all …]

Completed in 19 milliseconds