Searched refs:number_format (Results 1 - 3 of 3) sorted by last modified time

/external/v8/src/
H A Di18n.cc231 icu::DecimalFormat* number_format = NULL; local
260 number_format = static_cast<icu::DecimalFormat*>(
263 number_format = static_cast<icu::DecimalFormat*>(
266 delete number_format;
270 number_format->setMinimumFractionDigits(1);
273 number_format = static_cast<icu::DecimalFormat*>(
279 delete number_format;
285 number_format->setCurrency(currency.getBuffer(), status);
291 number_format->setMinimumIntegerDigits(digits);
296 number_format
331 SetResolvedNumberSettings(Isolate* isolate, const icu::Locale& icu_locale, icu::DecimalFormat* number_format, Handle<JSObject> resolved) argument
773 icu::DecimalFormat* number_format = local
[all...]
H A Druntime.cc14214 icu::DecimalFormat* number_format = NumberFormat::InitializeNumberFormat(
14217 if (!number_format) return isolate->ThrowIllegalOperation();
14219 local_object->SetInternalField(0, reinterpret_cast<Smi*>(number_format));
14246 icu::DecimalFormat* number_format =
14248 if (!number_format) return isolate->ThrowIllegalOperation();
14251 number_format->format(value->Number(), result);
14274 icu::DecimalFormat* number_format =
14276 if (!number_format) return isolate->ThrowIllegalOperation();
14286 number_format->parse(u_number, result, status);
/external/google-breakpad/src/processor/
H A Dminidump.cc358 NumberFormat number_format,
362 } else if (number_format == kNumberFormatDecimal) {
357 PrintValueOrInvalid(bool valid, NumberFormat number_format, uint32_t value) argument

Completed in 92 milliseconds