Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

constants group KCharacterType


Description
constants to identify the Character Type


Constants

const long DIGIT = =0x0000000000000001;
const long UPPER = =0x0000000000000002;
const long LOWER = =0x0000000000000004;
const long TITLE_CASE = =0x0000000000000008;
const long ALPHA = =0x000000000000000E;
const long CONTROL = =0x0000000000000010;
const long PRINTABLE = =0x0000000000000020;
const long BASE_FORM = =0x0000000000000040;
const long LETTER = =0x0000000000000080;
Top of Page