Home
last modified time | relevance | path

Searched refs:DECIMAL_FORMAT (Results 1 – 4 of 4) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DUtil.java41 private static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("0.000"); field in Util
84 buf.append(DECIMAL_FORMAT.format(micros)); in durationInDurationUnitsAsStr()
88 buf.append(DECIMAL_FORMAT.format(millis)); in durationInDurationUnitsAsStr()
92 buf.append(DECIMAL_FORMAT.format(seconds)); in durationInDurationUnitsAsStr()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalDataCache.java37 private static final String DECIMAL_FORMAT = "decimalFormat"; field in CompactDecimalDataCache
42 private static enum FormatsTableKey { DECIMAL_FORMAT, CURRENCY_FORMAT }; enumConstant
168 if (key.contentEquals(DECIMAL_FORMAT)) { in put()
169 formatsTableKey = FormatsTableKey.DECIMAL_FORMAT; in put()
180 && formatsTableKey == FormatsTableKey.DECIMAL_FORMAT) { in put()
184 && formatsTableKey == FormatsTableKey.DECIMAL_FORMAT) { in put()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCompactDecimalDataCache.java38 private static final String DECIMAL_FORMAT = "decimalFormat"; field in CompactDecimalDataCache
43 private static enum FormatsTableKey { DECIMAL_FORMAT, CURRENCY_FORMAT }; enumConstant
169 if (key.contentEquals(DECIMAL_FORMAT)) { in put()
170 formatsTableKey = FormatsTableKey.DECIMAL_FORMAT; in put()
181 && formatsTableKey == FormatsTableKey.DECIMAL_FORMAT) { in put()
185 && formatsTableKey == FormatsTableKey.DECIMAL_FORMAT) { in put()
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp547 enum EFormatsTableKey { DECIMAL_FORMAT, CURRENCY_FORMAT }; enumerator
588 formatsTableKey = DECIMAL_FORMAT; in put()
600 && formatsTableKey == DECIMAL_FORMAT) { in put()
604 && formatsTableKey == DECIMAL_FORMAT) { in put()