Searched defs:setMinimumFractionDigits (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dwinnmfmt.cpp239 void Win32NumberFormat::setMinimumFractionDigits(int32_t newValue) function in class:Win32NumberFormat
242 NumberFormat::setMinimumFractionDigits(newValue);
H A Dnumfmt.cpp1114 NumberFormat::setMinimumFractionDigits(int32_t newValue) function in class:NumberFormat
H A Ddecimfmt.cpp5277 setMinimumFractionDigits(decimalPos >= 0
5363 setMinimumFractionDigits(0);
5502 * @see NumberFormat#setMinimumFractionDigits
5504 void DecimalFormat::setMinimumFractionDigits(int32_t newValue) { function in class:DecimalFormat
5505 NumberFormat::setMinimumFractionDigits(_min(newValue, kDoubleFractionDigits));
5586 setMinimumFractionDigits(frac);
5797 setMinimumFractionDigits(newValue);
5801 setMinimumFractionDigits(newValue);
/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp239 void Win32NumberFormat::setMinimumFractionDigits(int32_t newValue) function in class:Win32NumberFormat
242 NumberFormat::setMinimumFractionDigits(newValue);
H A Dnumfmt.cpp1158 NumberFormat::setMinimumFractionDigits(int32_t newValue) function in class:NumberFormat
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js502 goog.i18n.NumberFormat.enforceAsciiDigits_=!1;goog.i18n.NumberFormat.setEnforceAsciiDigits=function(a){goog.i18n.NumberFormat.enforceAsciiDigits_=a};goog.i18n.NumberFormat.isEnforceAsciiDigits=function(){return goog.i18n.NumberFormat.enforceAsciiDigits_};goog.i18n.NumberFormat.prototype.setMinimumFractionDigits=function(a){if(0<this.significantDigits_&&0<a)throw Error("Can't combine significant digits and minimum fraction digits");this.minimumFractionDigits_=a;return this};
507 goog.i18n.NumberFormat.prototype.applyCompactStyle_=function(a){this.compactStyle_=a;this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN);this.setMinimumFractionDigits(0);this.setMaximumFractionDigits(2);this.setSignificantDigits(2)};
H A DchromeVoxChromeOptionsScript.js563 goog.i18n.NumberFormat.enforceAsciiDigits_=!1;goog.i18n.NumberFormat.setEnforceAsciiDigits=function(a){goog.i18n.NumberFormat.enforceAsciiDigits_=a};goog.i18n.NumberFormat.isEnforceAsciiDigits=function(){return goog.i18n.NumberFormat.enforceAsciiDigits_};goog.i18n.NumberFormat.prototype.setMinimumFractionDigits=function(a){if(0<this.significantDigits_&&0<a)throw Error("Can't combine significant digits and minimum fraction digits");this.minimumFractionDigits_=a;return this};
568 goog.i18n.NumberFormat.prototype.applyCompactStyle_=function(a){this.compactStyle_=a;this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN);this.setMinimumFractionDigits(0);this.setMaximumFractionDigits(2);this.setSignificantDigits(2)};
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 7120 milliseconds