Home | History | Annotate | Download | only in i18n

Lines Matching refs:int64_t

264             int64_t val = 0;
272 int64_t ll_10 = 10;
301 int64_t ll_10 = 10;
466 NFRule::setBaseValue(int64_t newBaseValue, UErrorCode& status)
518 int64_t temp = util64_pow(radix, tempResult + 1);
573 static void util_append64(UnicodeString& result, int64_t n)
649 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos) const
712 int64_t re = util64_pow(radix, exponent);