Searched refs:number_format (Results 1 – 3 of 3) sorted by relevance
245 icu::DecimalFormat* number_format = NULL; in CreateICUNumberFormat() local274 number_format = static_cast<icu::DecimalFormat*>( in CreateICUNumberFormat()278 delete number_format; in CreateICUNumberFormat()286 number_format->setMinimumFractionDigits(fraction_digits); in CreateICUNumberFormat()287 number_format->setMaximumFractionDigits(fraction_digits); in CreateICUNumberFormat()290 number_format->setMinimumFractionDigits(0); in CreateICUNumberFormat()291 number_format->setMaximumFractionDigits(3); in CreateICUNumberFormat()294 number_format = static_cast<icu::DecimalFormat*>( in CreateICUNumberFormat()297 delete number_format; in CreateICUNumberFormat()301 number_format->setMinimumFractionDigits(1); in CreateICUNumberFormat()[all …]
420 icu::DecimalFormat* number_format = in RUNTIME_FUNCTION() local423 if (!number_format) return isolate->ThrowIllegalOperation(); in RUNTIME_FUNCTION()425 local_object->SetInternalField(0, reinterpret_cast<Smi*>(number_format)); in RUNTIME_FUNCTION()451 icu::DecimalFormat* number_format = in RUNTIME_FUNCTION() local453 if (!number_format) return isolate->ThrowIllegalOperation(); in RUNTIME_FUNCTION()456 number_format->format(value->Number(), result); in RUNTIME_FUNCTION()480 icu::DecimalFormat* number_format = in RUNTIME_FUNCTION() local482 if (!number_format) return isolate->ThrowIllegalOperation(); in RUNTIME_FUNCTION()492 number_format->parse(u_number, result, status); in RUNTIME_FUNCTION()
358 NumberFormat number_format, in PrintValueOrInvalid() argument362 } else if (number_format == kNumberFormatDecimal) { in PrintValueOrInvalid()