Home | History | Annotate | Download | only in dist

Lines Matching refs:etByte

19409 ** An "etByte" is an 8-bit unsigned value.
19411 typedef unsigned char etByte;
19419 etByte base; /* The base for radix conversion */
19420 etByte flags; /* One or more of FLAG_ constants below */
19421 etByte type; /* Conversion paradigm */
19422 etByte charset; /* Offset into aDigits[] of the digits string */
19423 etByte
19539 etByte flag_leftjustify; /* True if "-" flag is present */
19540 etByte flag_plussign; /* True if "+" flag is present */
19541 etByte flag_blanksign; /* True if " " flag is present */
19542 etByte flag_alternateform; /* True if "#" flag is present */
19543 etByte flag_altform2; /* True if "!" flag is present */
19544 etByte flag_zeropad; /* True if field width constant starts with zero */
19545 etByte flag_long; /* True if "l" flag is present */
19546 etByte flag_longlong; /* True if the "ll" flag is present */
19547 etByte done; /* Loop termination flag */
19548 etByte xtype = 0; /* Conversion paradigm */
19560 etByte flag_dp; /* True if decimal point should be shown */
19561 etByte flag_rtz; /* True if trailing zeros should be removed */