Lines Matching defs:results
295 auto results = new UFormattedNumberRangeData();
296 if (results == nullptr) {
301 first.populateDecimalQuantity(results->quantity1, status);
306 second.populateDecimalQuantity(results->quantity2, status);
311 formatImpl(*results, first == second, status);
313 // Do not save the results object if we encountered a failure.
315 return FormattedNumberRange(results);
317 delete results;
323 UFormattedNumberRangeData& results, bool equalBeforeRounding, UErrorCode& status) const {
332 impl->format(results, equalBeforeRounding, status);
336 results.getStringRef().writeTerminator(status);