Searched refs:SetMaxDecimalLength (Results 1 – 8 of 8) sorted by relevance
93 bool NumberFormat::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberFormat98 return impl->SetMaxDecimalLength(length); in SetMaxDecimalLength()
389 bool NumberFormatImpl::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberFormatImpl400 defaultData->SetMaxDecimalLength(length); in SetMaxDecimalLength()413 defaultData->SetMaxDecimalLength(maxDecimalLength); in SetMinDecimalLength()
277 void NumberData::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberData
152 bool SetMaxDecimalLength(int length);
36 bool SetMaxDecimalLength(int length);
71 void SetMaxDecimalLength(int length);
212 formatter_->SetMaxDecimalLength(number); in SetMaximumFractionDigits()
462 formatter.SetMaxDecimalLength(1);