Searched refs:uByte (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 73 #define uByte uint8_t macro 283 uByte *msd; /* -> most significant digit */ 284 uByte *lsd; /* -> least ditto */ 479 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 485 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 496 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 507 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 526 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
|
D | decNumber.c | 190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 221 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */ 252 decContext *, uByte, uInt *); 515 uByte bits=0; /* working flags [assume +ve] */ in uprv_decNumberFromString() 772 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs() 1786 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1993 uByte bits=0; /* result sign if errors */ in uprv_decNumberPower() 2071 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 2097 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 3467 uByte sign; /* rhs sign */ in uprv_decNumberCopySign() [all …]
|