Home | History | Annotate | Download | only in i18n

Lines Matching refs:fdwtz

1535         int64_t fdwtz = f;
1536 while ((fdwtz%10) == 0) {
1537 fdwtz /= 10;
1539 decimalDigitsWithoutTrailingZeros = fdwtz;