Home | History | Annotate | Download | only in i18n

Lines Matching refs:uByte

187 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_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) {
3472 uByte *ub=bcd+dn->digits-1; /* -> lsd */
3481 *ub=(uByte)(u%10); /* [*6554 trick inhibits, here] */
3505 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) {
3507 const uByte *ub=bcd; /* -> source msd */
3819 uByte negate, uInt *status) {
3828 uByte bits; /* result bits */
4007 bits=(uByte)(rhs->bits^negate); /* assumed sign is now that of RHS */
4066 res->bits=(uByte)(bits&DECNEG); /* it's now safe to overwrite.. */
4266 uByte bits; /* working sign */
4689 res->bits=(uByte)(bits&DECNEG); /* [cleaned] */
4792 res->bits=(uByte)(bits&DECNEG); /* [cleaned] */
4857 uByte bits; /* result sign */
4917 bits=(uByte)((lhs->bits^rhs->bits)&DECNEG);
6033 uByte merged; /* work */
6139 uByte slhs=(lhs->bits & DECNEG);
6140 uByte srhs=(rhs->bits & DECNEG);
6909 static const uByte resmap[10]={0, 3, 3, 3, 3, 5, 7, 7, 7, 7};
7371 uByte sign=dn->bits&DECNEG; /* clean and save sign bit */
8117 uByte *b, *b0; /* work */
8122 b0=(uByte *)alloc; /* as bytes */
8145 uByte *b, *b0; /* work */
8149 b0=(uByte *)alloc; /* as bytes */