OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decfs
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DecimalFormatSymbolsTest.java
31
DecimalFormatSymbols
decfs
= DecimalFormatSymbols.getInstance(loc);
local
33
boolean isIcuImpl = (
decfs
instanceof com.ibm.icu.impl.jdkadapter.DecimalFormatSymbolsICU);
46
if (!
decfs
.equals(decfsIcu)) {
112
DecimalFormatSymbols
decfs
= DecimalFormatSymbols.getInstance(TestUtil.toICUExtendedLocale(new Locale("de", "DE")));
local
119
decfs
.setCurrency(decfsEnUS.getCurrency());
121
decfs
.setCurrencySymbol(decfsEnUS.getCurrencySymbol());
122
decfs
.setDecimalSeparator(decfsEnUS.getDecimalSeparator());
123
decfs
.setDigit(decfsEnUS.getDigit());
124
decfs
.setExponentSeparator(decfsEnUS.getExponentSeparator());
125
decfs
.setGroupingSeparator(decfsEnUS.getGroupingSeparator())
[
all
...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java
192
DecimalFormatSymbols
decfs
= new DecimalFormatSymbols(ULocale.US);
local
193
decf = new DecimalFormat("00",
decfs
);
Completed in 1090 milliseconds