Lines Matching refs:etByte
28129 typedef unsigned char etByte;
28137 etByte base; /* The base for radix conversion */
28138 etByte flags; /* One or more of FLAG_ constants below */
28139 etByte type; /* Conversion paradigm */
28140 etByte charset; /* Offset into aDigits[] of the digits string */
28141 etByte prefix; /* Offset into aPrefix[] of the prefix string */
28303 etByte flag_leftjustify; /* True if "-" flag is present */
28304 etByte flag_prefix; /* '+' or ' ' or 0 for prefix */
28305 etByte flag_alternateform; /* True if "#" flag is present */
28306 etByte flag_altform2; /* True if "!" flag is present */
28307 etByte flag_zeropad; /* True if field width constant starts with zero */
28308 etByte flag_long; /* 1 for the "l" flag, 2 for "ll", 0 by default */
28309 etByte done; /* Loop termination flag */
28310 etByte cThousand; /* Thousands separator for %d and %u */
28311 etByte xtype = etINVALID; /* Conversion paradigm */
28324 etByte flag_dp; /* True if decimal point should be shown */
28325 etByte flag_rtz; /* True if trailing zeros should be removed */