HomeSort by relevance Sort by last modified time
    Searched defs:number_format (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/i18n/
number_formatting.cc 34 number_format.reset(icu::NumberFormat::createInstance(status));
38 scoped_ptr<icu::NumberFormat> number_format; member in struct:base::__anon6906::NumberFormatWrapper
49 icu::NumberFormat* number_format = local
50 g_number_format_int.Get().number_format.get();
52 if (!number_format) {
57 number_format->format(number, ustr);
63 icu::NumberFormat* number_format = local
64 g_number_format_float.Get().number_format.get();
66 if (!number_format) {
70 number_format->setMaximumFractionDigits(fractional_digits)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 47 // each number_format contains a regular expression that matches up to this
178 const NumberFormat& number_format = **it; local
179 const string& pattern = number_format.pattern();
183 if (CreateFormattingTemplate(number_format)) {
185 SetShouldAddSpaceAfterNationalPrefix(number_format);
202 : current_metadata_->number_format();
269 string number_format = format.format(); local
272 GetFormattingTemplate(number_pattern, number_format, &temp_template);
283 const string& number_format,
300 // Formats the number according to number_format
492 const NumberFormat& number_format = **it; local
    [all...]
phonenumberutil.cc 155 PhoneNumberUtil::PhoneNumberFormat number_format,
157 switch (number_format) {
1278 NumberFormat* number_format = number_formats.Add(); local
    [all...]
  /external/chromium_org/v8/src/
i18n.cc 231 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->setMinimumFractionDigits(digits)
773 icu::DecimalFormat* number_format = local
    [all...]

Completed in 376 milliseconds