Searched refs:uByte (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 70 #define uByte uint8_t macro 280 uByte *msd; /* -> most significant digit */ 281 uByte *lsd; /* -> least ditto */ 476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 482 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 493 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 504 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 523 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
|
D | decNumber.c | 188 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 219 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */ 250 decContext *, uByte, uInt *); 513 uByte bits=0; /* working flags [assume +ve] */ in uprv_decNumberFromString() 770 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs() 1784 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1991 uByte bits=0; /* result sign if errors */ in uprv_decNumberPower() 2069 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 2095 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 3465 uByte sign; /* rhs sign */ in uprv_decNumberCopySign() [all …]
|