Searched refs:decGetDigits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c153 /* is found by decGetDigits, which accounts for leading zeros. */
264 static Int decGetDigits(Unit *, Int);
380 if (uin==0) return dn; /* [or decGetDigits bad call] */
385 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
865 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1252 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1879 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2585 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3309 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3993 res->digits=decGetDigits(re
7808 static Int decGetDigits(Unit *uar, Int len) { function
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c153 /* is found by decGetDigits, which accounts for leading zeros. */
266 static Int decGetDigits(Unit *, Int);
382 if (uin==0) return dn; /* [or decGetDigits bad call] */
387 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
867 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1254 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1881 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2587 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3311 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3995 res->digits=decGetDigits(re
7810 static Int decGetDigits(Unit *uar, Int len) { function
[all...]

Completed in 113 milliseconds