Lines Matching refs:getLong
284 …logln("Parse results for lenient = TRUE, %i, %f", intParseResult.getLong(), doubleParseResult.getD… in TestAPI()
290 …logln("Parse results for lenient = FALSE, %i, %f", intParseResult.getLong(), doubleParseResult.get… in TestAPI()
389 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules()
390 errln("RuleBasedNumberFormat did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
395 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("ono thousand")) { in TestMultiplePluralRules()
396 …erFormat(cardinal-feminine-genitive) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
401 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules()
402 …erFormat(spellout-cardinal-feminine) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
1963 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales()
1966 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getLong()); in TestAllLocales()
1985 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales()
1988 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getLong()); in TestAllLocales()