Searched refs:uByte (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A DdecNumberLocal.h70 #define uByte uint8_t macro
92 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
99 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
100 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
132 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
136 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
231 extern const uByte d2utable[DECMAXD2U+1];
292 uByte *msd; /* -> most significant digit */
293 uByte *lsd; /* -> least ditto */
415 /* coefficient, starting at uByte
[all...]
H A DdecNumber.c187 const uByte d2utable[DECMAXD2U+1]=D2UTABLE;
235 decContext *, uByte, uInt *);
498 uByte bits=0; /* working flags [assume +ve] */
755 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status);
1769 uByte sub; /* add or subtract */
1976 uByte bits=0; /* result sign if errors */
2054 uByte rbits=rhs->bits; /* save */
2080 uByte rbits=rhs->bits; /* save */
3450 uByte sign; /* rhs sign */
3471 U_CAPI uByte * U_EXPORT
[all...]
H A DdecContext.c36 const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */

Completed in 166 milliseconds