Searched refs:decGetDigits (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 268 static Int decGetDigits(Unit *, Int); 389 dn->digits=decGetDigits(dn->lsu, static_cast<int32_t>(up - dn->lsu)); in uprv_decNumberFromUInt32() 871 res->digits=decGetDigits(res->lsu, static_cast<int32_t>(uc - res->lsu)); in uprv_decNumberAnd() 1258 res->digits=decGetDigits(res->lsu, static_cast<int32_t>(uc - res->lsu)); in uprv_decNumberInvert() 1885 res->digits=decGetDigits(res->lsu, static_cast<int32_t>(uc-res->lsu)); in uprv_decNumberOr() 2591 res->digits=decGetDigits(res->lsu, static_cast<int32_t>(msumax-res->lsu+1)); in uprv_decNumberRotate() 3315 res->digits=decGetDigits(res->lsu, static_cast<int32_t>(uc-res->lsu)); in uprv_decNumberXor() 3999 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp() 4120 res->digits=decGetDigits(acc, D2U(res->digits)); in decAddOp() 4139 res->digits=decGetDigits(acc, D2U(res->digits)); in decAddOp() [all …]
|